public final class MultiplePermissionsReport
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
boolean |
areAllPermissionsGranted()
Returns whether the user has granted all the requested permission
|
java.util.List<PermissionDeniedResponse> |
getDeniedPermissionResponses()
Returns a collection with all the permissions that has been denied
|
java.util.List<PermissionGrantedResponse> |
getGrantedPermissionResponses()
Returns a collection with all the permissions that has been granted
|
boolean |
isAnyPermissionPermanentlyDenied()
Returns whether the user has permanently denied any of the requested permissions
|
public java.util.List<PermissionGrantedResponse> getGrantedPermissionResponses()
public java.util.List<PermissionDeniedResponse> getDeniedPermissionResponses()
public boolean areAllPermissionsGranted()
public boolean isAnyPermissionPermanentlyDenied()