Mobile SDK Android: EPZPushActionEvent
From ePrize Developers Wiki
(Difference between revisions)
Current revision
Overview
The EPZPushActionEvent is dispatched on completion of recording an action for a push notification.
Event Properties
- data (Map<Object, Object>) - A map of data associated with the record action. This value will be null if there was an error recording the action.
- error (Exception) - An exception, if there is a problem recording the action (will be null if there is no error).