UserCapability
(
o
)
|
Signature
Oculus.Platform.Models.UserCapability.UserCapability(IntPtr o) Parameters o: IntPtr |
Description
: readonly string |
The human readable description of the capability describing what possessing it entails for a given Models.User.
Signature
readonly string Oculus.Platform.Models.UserCapability.Description |
IsEnabled
: readonly bool |
Whether the capability is currently enabled for the user. When false, this field will gate the Models.User from the specified services.
Signature
readonly bool Oculus.Platform.Models.UserCapability.IsEnabled |
Name
: readonly string |
The unique identifier for the capability. An example capability could be "earn_achievements".
Signature
readonly string Oculus.Platform.Models.UserCapability.Name |
ReasonCode
: readonly string |
This field specifies the reason the capability was enabled or disabled for the given Models.User.
List of Reason Codes:
Signature
readonly string Oculus.Platform.Models.UserCapability.ReasonCode |