getAttributes

Returns the maps of attributes set in the registration.

Syntax 

MCCordovaPlugin.getAttributes(successCallback, [errorCallback])

Kind 

Static method of MCCordovaPlugin.

Parameters 

ParameterTypeDescription
successCallbackfunction
successCallback.attributesObject.<string, string>The key-value map of attributes set in the registration.
errorCallbackfunction

See Also