Desktop

data class Desktop(val showPushNotification: Boolean = true, val notificationIconPath: String? = null) : NotificationPlatformConfiguration

Desktop notification customization.

Parameters

showPushNotification

Default value is true, by default when push notification is received it will be shown to user. When set to false, it will not be shown to user, but you can still get notification content using

notificationIconPath

Notification icon path

See also

Constructors

Link copied to clipboard
constructor(showPushNotification: Boolean = true, notificationIconPath: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard