VISubscribe typedef

VISubscribe = void Function(VISubscriptionEvent subscriptionEvent)

Signature for callbacks reporting that the current user has subscribed to other users changes

Used in VIMessenger.

Triggered on all logged in clients of the current user

subscriptionEvent - VISubscriptionEvent object with subscription data and service information

Implementation

typedef void VISubscribe(VISubscriptionEvent subscriptionEvent);