getSystemToken

This method returns the token used by Engagement to send push messages to the device.

MCCordovaPlugin.getSystemToken(successCallback, [errorCallback])

Static method of MCCordovaPlugin.

ParameterTypeDescription
successCallbackfunction
successCallback.tokenstringThe token used for push messaging.
errorCallbackfunction