Class

CalendarNotification


Description

Notifications scheduled for a specific DateTime.

Property descriptions


CalendarNotification.Badge

Badge As Integer

The number that appears on the app icon when the notification is presented.

This property is read-only.


CalendarNotification.Body

Body As String

The details of the notification message.

This property is read-only.

This information may not be shown if the device is locked and the user has hidden message details.


CalendarNotification.DeliveryDate

DeliveryDate As DateTime

When the notification was delivered.

This property is read-only.


CalendarNotification.FirstTriggerDate

FirstTriggerDate As DateTime

The first time the notification was or will be presented to the user.

This property is read-only.


CalendarNotification.Handle

Handle As Ptr

A pointer to the notification for use with declares.

This property is read-only.


CalendarNotification.Identifier

Identifier As String

The UUID that uniquely identifies the notification.

This property is read-only.

The UUID is created when the Notification is created.


CalendarNotification.NextTriggerDate

NextTriggerDate As DateTime

The next time the notification will be presented to the user.

This property is read-only.


CalendarNotification.Repeats

Repeats As Boolean

If True, the notification will repeat.

This property is read-only.

The shortest interval allowed is 60 seconds.


CalendarNotification.Subtitle

Subtitle As String

A secondary line of text that appears below the title of the notification message.

This property is read-only.

This information may not be shown if the device is locked and the user has hidden message details.


CalendarNotification.Thread

Thread As String

Identifies the thread to which the notification belongs.

This property is read-only.

Threads are a set of characters you create which allow notifications to be grouped together in the iOS notifications user interface.


CalendarNotification.Title

Title As String

The title of the notification message.

This property is read-only.


CalendarNotification.UserInfo

UserInfo As Dictionary

Information sent along with the notification.

This property is read-only.

The underlying data structure is JSON format.

Notes

See the MobileNotifications.NotificationReceived event for information on how to use this class.

Compatibility

iOS projects on the iOS operating system.

See also

Notification parent class; MobileNotifications class.