Mobile SDK Android: EPZPushSubscribeEvent
From ePrize Developers Wiki
(Difference between revisions)
(Initial authoring) |
(Initial authoring) |
Current revision
Overview
The EPZPushSubscribeEvent is dispatched on completion of subscribing a user to Google Play Services and the EPZPushNotificationService.
Event Properties
- registrationId (String) - The registration id of the user's device (will be null if there was an error subscribing the user's device.).
- error (Exception) - An exception, if there is a problem subscribing the user's device (will be null if there is no error).