| CreateEvent Properties |
The CreateEvent type exposes the following members.
| Name | Description | |
|---|---|---|
| Date |
The date of the event. If the 'event type'=='fixed_date', the date can not be in the past.
| |
| EndDate |
Date of completion of the event. Can't be less than the 'date'.
| |
| Environment |
Environment of the notification..
| |
| EventName |
The name of the event. Service information. Only for the user.
| |
| EventType |
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
| |
| ExternalUserId |
Should contain a string of external users' ids divided by commas.
| |
| IsActive | ||
| Message |
Pushes: event[push_type] not present - should be Base64 encoded text.
event[push_type] specified - should be formatted as described in QuickBlox Push Notifications Formats
Email: Base64 encoded tex
| |
| NotificationType |
push: Push notification
email
| |
| Period |
The period of the event in seconds.
Possible values:
86400 (1 day)
604800 (1 week)
2592000 (1 month)
31557600 (1 year)
| |
| PushType |
Used only if notification_type == push, ignored in other cases
If not present - Notification will be delivered to all possible devices for specified users.Each platform will have their own standard format.See Quickblox Standard Push Notifications Formats for more information
If specified - Notification will be delivered to specified platform only
| |
| User |
Filter by user parameters.
|