| Interface | Description |
|---|---|
| DexterBuilder | |
| DexterBuilder.MultiPermissionListener | |
| DexterBuilder.Permission | |
| DexterBuilder.SinglePermissionListener | |
| PermissionToken |
Utility class to let clients show the user how is the permission going to be used
Clients of this class must call one of the two methods and only once
|
| Class | Description |
|---|---|
| Dexter |
Class to simplify the management of Android runtime permissions
You can use this class directly using the provided fluent API like:
Dexter.withActivity(activity)
.withPermission(permission)
.withListener(listener)
.onSameThread()
.check()
|
| DexterActivity | |
| MultiplePermissionsReport |
An in detail report of the request permission process
|