one_shot - a one-time event, which causes by an external object (the value is only valid if the 'date' is not specified)
fixed_date - a one-time event, which occurs at a specified 'date' (the value is valid only if the 'date' is given)
period_date - reusable event that occurs within a given 'period' from the initial 'date' (the value is only valid if the 'period' specified)
Namespace: Quickblox.Sdk.Modules.NotificationModule.ModelsAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
SyntaxPublic Enumeration EventType
public enum class EventType
Members|
| Member name | Value | Description |
|---|
| one_shot | 0 | |
| fixed_date | 1 | |
| period_date | 2 | |
See Also