Platforms to show: All Mac Windows Linux Cross-Platform

Back to UNNotificationRequestMBS class.

UNNotificationRequestMBS.content as UNNotificationContentMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property User Notifications MBS MacFrameworks Plugin 19.1 ✅ Yes ❌ No ❌ No ✅ Yes All
The content associated with the notification.

Use this property to access the contents of the notification.
(Read only property)

UNNotificationRequestMBS.Handle as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property User Notifications MBS MacFrameworks Plugin 19.1 ✅ Yes ❌ No ❌ No ✅ Yes All
The internal object reference.

(Read and Write property)

UNNotificationRequestMBS.identifier as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property User Notifications MBS MacFrameworks Plugin 19.1 ✅ Yes ❌ No ❌ No ✅ Yes All
The unique identifier for this notification request.

Use this string to identify notifications in your app. For example, you can pass this string to the removePendingNotificationRequests method to cancel a previously scheduled notification.
If you use the same identifier when scheduling a new notification, the system removes the previously scheduled notification with that identifier and replaces it with the new one.
For local notifications, this property is set to the value passed to the request’s initializer (see the request method). For remote notifications, it is set to the value of the apns-collapse-id key that you specified in the APNs request header when generating the remote notification. If no value is set, the system automatically assigns an identifier.
(Read only property)

UNNotificationRequestMBS.trigger as UNNotificationTriggerMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property User Notifications MBS MacFrameworks Plugin 19.1 ✅ Yes ❌ No ❌ No ✅ Yes All
The conditions that trigger the delivery of the notification.

For notifications that have already been delivered, use this property to determine what caused the delivery to occur. For remote notifications, this property contains a UNPushNotificationTriggerMBS object. For other notifications, the type is based on the trigger condition specified in the original request.
(Read only property)

The items on this page are in the following plugins: MBS MacFrameworks Plugin.


The biggest plugin in space...