IPushTokenCompletionHandler
Interface that the application may implement to receive the result of push token registration.
Methods
onFailure
void
onFailure( error)
Report that the requested operation is failed
Parameters
error:
Error that caused the failure
Returns
type:
void
onSuccess
void
onSuccess()
Report that the requested operation is completed successfully
Returns
type:
void