Global

Methods

createMessageManager(sdkConfig) → {object}

Create message manager sdk Synchronously initiate a messaging manager with a cms account id and an user access token Note you should use promise style to handle the callback
Parameters:
Name Type Description
sdkConfig object
Properties
Name Type Description
accountId string required, a cms account id
memberJWT string optional, a jwt token to identify an user
Source:
Returns:
a MessageManager instance
Type
object