getSystemToken

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

Syntax 

MCCordovaPlugin.getSystemToken(successCallback, [errorCallback])

Kind 

Static method of MCCordovaPlugin.

Parameters 

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

See Also