Avatar

Correct answer by
Employee

attrdata-shenlitan​,

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

View solution in original post