enum represents the all possible statuses of a permission request. For example, if an user wants to participate in a challenge, the user may request the permission to join the Models.Challenge first. If the permission grant status is granted, the user can call Challenges.Join() to join the challenge.
| Member | Description |
|---|---|
Unknown | |
Granted |
This enum member indicates the status of the permission grant was approved.
|
Denied |
This enum member indicates the status of the permission grant was rejected.
|
Blocked |
This enum member indicates the status of the permission grant was blocked.
|