NotificationsPermission

data class NotificationsPermission(val options: NotificationOptions? = null) : Permission

Permission to access the users Notifications.

Parameters

options

The NotificationOptions determining the type of notifications that can be accessed

Constructors

Link copied to clipboard
constructor(options: NotificationOptions? = null)

Properties

Link copied to clipboard
open override val name: String
Link copied to clipboard