getAttributes

Returns the maps of attributes set in the registration.

MCCordovaPlugin.getAttributes(successCallback, [errorCallback])

Static method of MCCordovaPlugin.

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