Rate this page:

IPushTokenCompletionHandler

Interface that provides API to receive the result of push token registration.

Methods

onFailure

Copy URL
onFailure(error: 

PushTokenError

):

void

Reports that a requested operation is failed.

Parameters

Returns

  • type:

    void

onSuccess

Copy URL
onSuccess(): 

void

Reports that a requested operation is completed successfully.

Returns

  • type:

    void