API reference
API reference
Select your platform
No SDKs available
No versions available

PermissionGrantStatus Enum

This 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 com.meta.horizon.platform.ovr.models.Challenge first. If the permission grant status is granted, the user can call com.meta.horizon.platform.ovr.requests.Challenges#join(long challengeID) to join the challenge.

Fields

Unknown[Get]
This enum member indicates the status of the permission grant was approved.
This enum member indicates the status of the permission grant was rejected.
This enum member indicates the status of the permission grant was blocked.

Member Functions

PermissionGrantStatus
( final int value )
int getValue ( )

Static Member Functions

static PermissionGrantStatus fromInt
( int value )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon