isPushEnabled

The current state of the pushEnabled flag in the native MobilePush SDK.

Syntax 

MCCordovaPlugin.isPushEnabled(successCallback, [errorCallback])

Kind 

Static method of MCCordovaPlugin.

Parameters 

ParameterTypeDescription
successCallbackfunction
successCallback.enabledbooleanIndicates whether push is enabled.
errorCallbackfunction

See Also