sdk-common / com.tomtom.online.sdk.common.permission / PermissionHandler / askForNotGrantedPermissions

askForNotGrantedPermissions

abstract fun askForNotGrantedPermissions(): Unit

Perform action to ask a user for not granted permissions.

abstract fun askForNotGrantedPermissions(callback: PermissionHandler.PermissionCallback!): Unit

Perform action to ask a user for not granted permissions.

Parameters

callback - PermissionHandler.PermissionCallback!: the callback with the information whether user has granted the permission.