| SubscriptionsEventHandler Delegate |
[Missing <summary> documentation for "T:Quickblox.Sdk.Modules.ChatXmppModule.SubscriptionsEventHandler"]
Namespace: Quickblox.Sdk.Modules.ChatXmppModuleAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic delegate void SubscriptionsEventHandler(
Object sender,
SubscriptionsEventArgs subscriptionsEventArgs
)
Public Delegate Sub SubscriptionsEventHandler (
sender As Object,
subscriptionsEventArgs As SubscriptionsEventArgs
)
public delegate void SubscriptionsEventHandler(
Object^ sender,
SubscriptionsEventArgs^ subscriptionsEventArgs
)
type SubscriptionsEventHandler =
delegate of
sender : Object *
subscriptionsEventArgs : SubscriptionsEventArgs -> unitParameters
- sender
- Type: SystemObject
- subscriptionsEventArgs
- Type: Quickblox.Sdk.Modules.ChatXmppModuleSubscriptionsEventArgs
See Also