Click or drag to resize
EventType Enumeration
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.Models
Assembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public enum EventType
Members
  Member nameValueDescription
one_shot0
fixed_date1
period_date2
See Also