onBlocked

fun onBlocked(context: Context, blockedList: ArrayList<Permission>): Boolean

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

Return

The overrider of this method should return true if no further action is needed, and should return false if the default action is to be taken, i.e. send user to settings. Note: If the option sendDontAskAgainToSettings has been set to false, the user won't be sent to settings by default.

Parameters

context

the application context.

blockedList

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