onRequestPermission

public abstract void onRequestPermission(Context activity, List<String> permissionsNotGranted, PermissionInterceptor.CallBack callback)

Request Permissions

Parameters

activity

Context

permissionsNotGranted

Permissions that have not been granted

callback

Callback for handling the confirm and cancel events of the dialog