Fired when the properties or the reachability status of the message has been updated.
Parameters:
data
- info object provided with the event. It has the following properties:user
- the user in questionupdateReasons
- array of reasons for the updateCustom attributes of the user.
Friendly name of the user, null if not set.
User identity.
User identity.
User push notification registration status.
Status of the real-time conversation connection of the user.
True if this user is receiving real-time status updates.
Remove the user from the subscription list.
A promise of completion.
Update the friendly name of the user.
New friendly name.
Extended user information. Note that
isOnline
andisNotifiable
properties are eligible for use only if the reachability function is enabled. You may check if it is enabled by reading the value of Client.reachabilityEnabled.