Mobile SDK Android: EPZPushPreferencesFetchEvent
From ePrize Developers Wiki
(Difference between revisions)
(Initial authoring) |
(Initial authoring) |
Current revision
Overview
The EPZPushPreferencesFetchEvent is dispatched on completion of fetching push preferences for a user's device
Event Properties
- preferences (ArrayList<EPZPreferenceItem>) - An array list of EPZPreferenceItem objects (will be null if there was an error fetching the push preferences.).
- error (Exception) - An exception, if there is a problem fetching the push preferences (will be null if there is no error).