| CreateEventPushType Property |
Used only if notification_type == push, ignored in other cases
If not present - Notification will be delivered to all possible devices for specified users.Each platform will have their own standard format.See Quickblox Standard Push Notifications Formats for more information
If specified - Notification will be delivered to specified platform only
Namespace: Quickblox.Sdk.Modules.NotificationModule.ModelsAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic PushType PushType { get; set; }Public Property PushType As PushType
Get
Set
public:
property PushType PushType {
PushType get ();
void set (PushType value);
}member PushType : PushType with get, set
Property Value
Type:
PushType
See Also