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