| SubscriptionNotificationChannel Property |
[Missing <summary> documentation for "P:Quickblox.Sdk.Modules.NotificationModule.Models.Subscription.NotificationChannel"]
Namespace: Quickblox.Sdk.Modules.NotificationModule.ModelsAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic NotificationChannel NotificationChannel { get; set; }Public Property NotificationChannel As NotificationChannel
Get
Set
public:
property NotificationChannel^ NotificationChannel {
NotificationChannel^ get ();
void set (NotificationChannel^ value);
}member NotificationChannel : NotificationChannel with get, set
Property Value
Type:
NotificationChannel
See Also