RuntimePermissionHandlerProvider

fun interface RuntimePermissionHandlerProvider

Provides a RuntimePermissionHandler to manage runtime permissions since Android M.

The RuntimePermissionHandler must be available instantly so, for example, if it's a Fragment, it must be committed synchronously.

Functions

provideHandler
Link copied to clipboard
abstract fun provideHandler(): RuntimePermissionHandler

Provides an instance of RuntimePermissionHandler used to check permissions since Android M.