UserCapability
(
ptr
)
|
Signature
com.meta.horizon.platform.ovr.models.UserCapability.UserCapability(final long ptr) Parameters ptr: final long |
getDescription
()
|
The human readable description of the capability describing what possessing it entails for a given com.meta.horizon.platform.ovr.models.User.
Signature
String com.meta.horizon.platform.ovr.models.UserCapability.getDescription() Returns StringÂ
String
|
getIsEnabled
()
|
Whether the capability is currently enabled for the user. When false, this field will gate the com.meta.horizon.platform.ovr.models.User from the specified services.
Signature
boolean com.meta.horizon.platform.ovr.models.UserCapability.getIsEnabled() Returns booleanÂ
boolean
|
getName
()
|
The unique identifier for the capability. An example capability could be "earn_achievements".
Signature
String com.meta.horizon.platform.ovr.models.UserCapability.getName() Returns StringÂ
String
|
getReasonCode
()
|
This field specifies the reason the capability was enabled or disabled for the given com.meta.horizon.platform.ovr.models.User. List of Reason Codes:
Signature
String com.meta.horizon.platform.ovr.models.UserCapability.getReasonCode() Returns StringÂ
String
|