VIUnsubscribe typedef

VIUnsubscribe = void Function(VISubscriptionEvent subscriptionEvent)

Signature for callbacks reporting that the current user has unsubscribed from other users changes.

Used in VIMessenger.

Triggered on all logged in clients of the current user as a result of VIMessenger.unsubscribe or VIMessenger.unsubscribeFromAll method calls.

subscriptionEvent - VISubscriptionEvent object with subscription data and service information

Implementation

typedef void VIUnsubscribe(VISubscriptionEvent subscriptionEvent);