Class

TimeIntervalNotification


Description

A notification that, once sent to the OS, will be delivered when the interval has been reached.

Property descriptions


TimeIntervalNotification.Badge

Badge As Integer

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

This property is read-only.


TimeIntervalNotification.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.


TimeIntervalNotification.DeliveryDate

DeliveryDate As DateTime

When the notification was delivered.

This property is read-only.


TimeIntervalNotification.Handle

Handle As Ptr

A pointer to the notification for use with declares.

This property is read-only.


TimeIntervalNotification.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.


TimeIntervalNotification.NextTriggerDate

NextTriggerDate As DateTime

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

This property is read-only.


TimeIntervalNotification.Repeats

Repeats As Boolean

If True, the notification will repeat.

This property is read-only.

The shortest interval allowed is 60 seconds.


TimeIntervalNotification.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.


TimeIntervalNotification.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.


TimeIntervalNotification.TimeInterval

TimeInterval As Double

The amount of time (in seconds) between presentations of the notification to the user.

This property is read-only.


TimeIntervalNotification.Title

Title As String

The title of the notification message.

This property is read-only.


TimeIntervalNotification.UserInfo

UserInfo As Dictionary

Information sent along with the notification.

This property is read-only.

The underlying data structure is JSON format.

Notes

TimeIntervalNotifications are passed to the NotificationCenter.NotificationReceived event when one is received.

Compatibility

All project types on all supported operating systems.