Rate this page:

IPushTokenCompletionHandler

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

Methods

onFailure

Copy URL

void

onFailure(

PushTokenError

error
)

Reports that a requested operation is failed.

Parameters

Returns

  • type:

    void

onSuccess

Copy URL

void

onSuccess()

Reports that a requested operation is completed successfully.

Returns

  • type:

    void