clearAttribute

Clears the value of an attribute in the registration.

Syntax 

MCCordovaPlugin.clearAttribute(key, [successCallback], [errorCallback])

Kind 

Static method of MCCordovaPlugin.

Parameters 

ParameterTypeDescription
keystringThe name of the attribute whose value must be cleared from the registration.
successCallbackfunction
successCallback.savedbooleanWhether the value of the key attribute was cleared from the registration.
errorCallbackfunction

See Also