getSystemToken
This method returns the token used by Engagement to send push messages to the device.
MCCordovaPlugin.getSystemToken(successCallback, [errorCallback])
Static method of MCCordovaPlugin.
| Parameter | Type | Description |
|---|---|---|
successCallback | function | |
successCallback.token | string | The token used for push messaging. |
errorCallback | function |