Sendbird Hms Push Handler
SendbirdHmsPushHandler. This handler provides callbacks for receiving notifications from HMS. All callbacks are called only when registered.
Since
3.0.133
Properties
If true, all the previously registered token for the current User will be deleted and this token will be the unique one. Default value is false
Functions
When the push payload is received, the SDK checks for the below conditions and drops the message if either one of the condition is satisfied.
Called if new message received from Sendbird or the other HMS Provider. Other non-SendbirdChat payloads will be passe through so your app can handle HMS payloads from other back-ends.
Called if InstanceID token is updated. This may occur if the security of the previous token had been compromised. Note that this is called when the InstanceID token is initially generated so this is where you would retrieve the token.