Web

class Web(val askNotificationPermissionOnStart: Boolean = true, val notificationIconPath: String? = null) : NotificationPlatformConfiguration

Web notification customization.

Parameters

askNotificationPermissionOnStart

Default value is true, when library is initialized it will ask notification permission automatically from the user. By setting askNotificationPermissionOnStart false, you can customize to ask permission whenever you want.

notificationIconPath

Notification icon path

Constructors

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

Properties

Link copied to clipboard