Click or drag to resize
NotificationChannelType Enumeration
Declare which notification channels could be used to notify user about events. Allowed values: email, apns, gcm, mpns, bbps.

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 enum NotificationChannelType
Members
  Member nameValueDescription
apns0
gcm1
mpns2
bbps3
email4
See Also