NotificationContent
From Xojo Documentation
Class (inherits from Object)
New in 2020r2
Used when creating notifications to send.
Properties | |||||||||
|
Constructors | |
|
Enumerations | |
|
Notes
This class is to simplify creating notifications, specifically with its constructor:
NotificationCenter.Send(New NotificationContent("Sale Starts Now!"))
Compatibility
iOS project types on iOS and iPadOS operating systems.
See Also
CalendarNotification, LocationNotification, TimeIntervalNotification, and RemoteNotification classes.