- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
This hit is sent when the below app code method is called.
Config.setPushIdentifier(token);
For example, in order to designate that a user has opted-out of push, you would call `Config.setPushIdentifier(null);` and for true it would be the token.
Jen