TimeIntervalNotification

From Xojo Documentation

Class (inherits from Notification)


New in 2020r2

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

Properties
Badge fa-lock-32.png Identifier fa-lock-32.png Thread fa-lock-32.png
Body fa-lock-32.png NextTriggerDate fa-lock-32.png TimeInterval fa-lock-32.png
DeliveryDate fa-lock-32.png Repeats fa-lock-32.png Title fa-lock-32.png
Handle fa-lock-32.png Subtitle fa-lock-32.png UserInfo fa-lock-32.png


Notes

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

Compatibility

iOS project types on iOS and iPad operating systems.

See Also

NotificationCenter.NotificationReceived event.