Click or drag to resize
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.Models
Assembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public PushType PushType { get; set; }

Property Value

Type: PushType
See Also