onJustBlocked

fun onJustBlocked(context: Context, justBlockedList: ArrayList<Permission>, deniedPermissions: ArrayList<Permission>)

This method will be called if some permissions have just been set not to ask again.

Parameters

context

The application context.

justBlockedList

The list of permissions which have just been set not to ask again.

deniedPermissions

The list of currently unavailable permissions.