| 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.ModelsAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic enum NotificationChannelType
Public Enumeration NotificationChannelType
public enum class NotificationChannelType
type NotificationChannelType
Members|
| Member name | Value | Description |
|---|
| apns | 0 | |
| gcm | 1 | |
| mpns | 2 | |
| bbps | 3 | |
| email | 4 | |
See Also