CloudPushNotificationConfig

Simple object for specifying token retrieval options to retrieveDeviceToken.

  • 0.8
  • 0.8
  • 0.8

NOTE This is an abstract type. Any object meeting this description can be used where this type is used.

Defined By

Properties

CloudPushNotificationConfig
error : Callback<CloudPushNotificationErrorArg>

Callback function called when an error occurs during registration.

Callback function called when an error occurs during registration.

CloudPushNotificationConfig
success : Callback<CloudPushNotificationSuccessArg>

Callback function called when the push registration is successfully completed.

Callback function called when the push registration is successfully completed.