Select a Platform
- Home
- Quick Overview
- App Manager
- SDKs
- Features
- REST API
- API Intro
- App Authentication
- Application Data
- Custom Auth
- Custom Data
- Events
- Events Intro
- Event Add
- Event Get
- Event Update
- Event Comment Add
- Event Comment Delete
- Event Comments Get
- Event Comment Update
- Event Participant Invite
- Event Participants Invite
- Event Participants Get
- Event Participant Delete
- Event Request Invitation
- Event RSVP
- Events Search
- Events Search by Person ID
- Event AppData Add
- Event AppData Delete
- Event AppData Get
- Event AppData Get All
- Event AppData Update
- Friends
- GeoCode
- Locations
- Notifications
- Persons
- Definitions
- Enums
NotificationType
Defines the Enum values for the NotificationType property of a Notification.
When a user has not yet verified an email address or mobile number the notification to perform the verification must be sent as NotificationType Verification. If you use any other notification type the notification will be rejected if the NotificationSendMethod has not been verified in the Person profile.
Values
| Name | Value | Data Type | Notes |
|---|---|---|---|
| EventInvite | 0 | Integer | Indicates a notification is being send for an event invitation. |
| EventRequest | 1 | Integer | Indicates a notification is being sent to request an event invitation. |
| SystemMessage | 2 | Integer | Indicates a system message is being sent. |
| ApplicationMessage | 3 | Integer | Indicates an application message is being sent. |
| FriendInvitation | 4 | Integer | Indicates a notification is being sent to invite someone to a friend relationship. |
| Other | 5 | Integer | Used when no other NotificationType is applicable. |
| Verification | 6 | Integer | Indicates a notification is being sent for the purpose of verifying an email address or mobile number. |
