create

abstract fun create(notificationsPermission: NotificationsPermission, settings: BasePermissionManager.Settings = BasePermissionManager.Settings(), coroutineScope: CoroutineScope): NotificationsPermissionManager

Creates a NotificationsPermissionManager

Return

a NotificationsPermissionManager

Parameters

notificationsPermission

the NotificationsPermission to be managed.

settings

BasePermissionManager.Settings to apply to the manager

coroutineScope

The CoroutineScope the manager runs on