VIEditUser typedef

VIEditUser = void Function(VIUserEvent userEvent)

Signature for callbacks reporting that an user was edited as the result of VIMessenger.editUser, VIMessenger.managePushNotifications or analogous methods from other Voximplant SDKs and Messaging API.

Used in VIMessenger.

Triggered only for the subscribers of the changed user. Use VIMessenger.subscribe to subscribe for user's changes.

userEvent - VIUserEvent object with user data and service information

Implementation

typedef void VIEditUser(VIUserEvent userEvent);