| QuickbloxClientNotificationClient Property |
Notification module allows to manage push and email notifications to users.
Namespace: Quickblox.SdkAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic NotificationClient NotificationClient { get; }Public ReadOnly Property NotificationClient As NotificationClient
Get
public:
virtual property NotificationClient^ NotificationClient {
NotificationClient^ get () sealed;
}abstract NotificationClient : NotificationClient with get
override NotificationClient : NotificationClient with get
Property Value
Type:
NotificationClientImplements
IQuickbloxClientNotificationClient
See Also