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