Click or drag to resize
CreateEventEventType Property
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) By default: fixed_date, if 'date' is specified period_date, if 'period' is specified one_shot, if 'date' is not 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 Nullable<EventType> EventType { get; set; }

Property Value

Type: NullableEventType
See Also