getContactKey

Returns the contact key currently set on the device.

Syntax 

MCCordovaPlugin.getContactKey(successCallback, [errorCallback])

Kind 

Static method of MCCordovaPlugin.

Parameters 

ParameterTypeDescription
successCallbackfunction
successCallback.contactKeystringThe current contact key.
errorCallbackfunction

See Also