on Just Blocked
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.
just Blocked List
The list of permissions which have just been set not to ask again.
denied Permissions
The list of currently unavailable permissions.