Platforms to show: All Mac Windows Linux Cross-Platform

Back to CKNotificationInfoMBS class.

CKNotificationInfoMBS.alertActionLocalizationKey as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
The key that identifies the text to use for the action button in the alert panel.

This property identifies the text to use for the button to open your app. Specifically, it contains the name of a key to look up in the app’s Localizable.strings file, the value of which is used for the button title.

Specifying a value for this property is optional. When its value is nil, the alert panel triggered by the push notification contains only an OK button to dismiss the alert. When its value is not nil, the alert panel contains one button to dismiss the alert and a second button to open your app.
(Read and Write property)

CKNotificationInfoMBS.alertBody as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
The text to use for the alert message.

Use of this property is optional. If you set its value, the corresponding push notification causes the device to display an alert with the specified message. If you want to use a localized string for the alert message, specify a value for the alertLocalizationKey property instead.
(Read and Write property)

CKNotificationInfoMBS.alertLaunchImage as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
The filename of an image to use as a launch image.

Use of this property is optional. If you specify a value, the string is used to locate an image file in the app bundle. That image is displayed as a launch image when the user launches the app after receiving a push notification.
(Read and Write property)

CKNotificationInfoMBS.alertLocalizationKey as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
The key that identifies the localized string to use for the alert message.

Use of this property is optional. If you set its value, the corresponding push notification causes the device to display an alert on the user’s device. The push notification obtains the text for the alert by looking up the specified key in your app’s Localizable.strings file. If you specify a value for this property, the value in the alertBody property is ignored.

For information about localizing string resources, see Internationalization and Localization Guide.
(Read and Write property)

CKNotificationInfoMBS.category as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
Name of the action group corresponding to this notification.

Categories allow you to present custom actions to the user on your push notifications. For more information, read UIMutableUserNotificationCategory.
(Read and Write property)

CKNotificationInfoMBS.Handle as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
The internal object reference.

(Read and Write property)

CKNotificationInfoMBS.shouldBadge as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
A Boolean setting that controls whether a badge value should be incremented.

The default value of this property is false. Setting it to true causes the system to increment the current badge count for the app whenever the corresponding push notification is delivered.
(Read and Write property)

CKNotificationInfoMBS.shouldSendContentAvailable as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
A Boolean value indicating whether the push notification should include the content-available flag.

When this property is true, the server includes the content-available flag in the push notification’s payload. That flag causes the system to wake or launch an app that is not currently running. The app is then given background execution time to download any data related to the push notification, such as the set of records that changed. If the app is already running in the foreground, the inclusion of this flag has no additional effect and the notification is delivered to the app delegate for processing as usual.

The default value of this property is false.
(Read and Write property)

CKNotificationInfoMBS.soundName as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CloudKit MBS Mac64bit Plugin 16.5 ✅ Yes ❌ No ❌ No ✅ Yes All
The name of the sound file to play when a notification arrives.

Use of this property is optional. If you specify a value, the string is used to locate a sound file in the app bundle. That sound file is played as an alert when a push notification arrives on the user’s device. If the specified sound file does not exist, or if you specify the string default for this property, the system plays the default alert sound.
(Read and Write property)

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


The biggest plugin in space...