Integration of Notice
Overview
Functions
1. morajNoticeCenter
morajNoticeCentermorajNoticeCenter(cp_id, app_id, org_id, org_key, org_secret)Usage Example:
morajNoticeCenter(
"cp_id(from yaml)",
process.env.CON_APP_ID,
process.env.CON_ORG_ID,
process.env.CON_ORG_KEY,
process.env.CON_ORG_SECRET
);morajNoticeCenter(
"cp_id(from yaml)",
process.env.REACT_APP_CON_APP_ID,
process.env.REACT_APP_CON_ORG_ID,
process.env.REACT_APP_CON_ORG_KEY,
process.env.REACT_APP_CON_ORG_SECRET
);morajNoticeCenter(
"cp_id(from yaml)",
process.env.NEXT_PUBLIC_CON_APP_ID,
process.env.NEXT_PUBLIC_CON_ORG_ID,
process.env.NEXT_PUBLIC_CON_ORG_KEY,
process.env.NEXT_PUBLIC_CON_ORG_SECRET
);Setting Up Environment Variables in different libraries and framework
2. morajNoticeLeft
morajNoticeLeft3. morajNoticeBottom
morajNoticeBottomImplementation Steps
Last updated