MetaPlatformSDK_UserCapability

Inherits: RefCounted

Represents a user capability.

Description

Represents a user capability.

Properties

String

description

""

bool

is_enabled

false

String

name

""

String

reason_code

""


Property Descriptions

String description = ""

  • String get_description ( )

Human readable description of the capability, describing what possessing it entails for a given user.


bool is_enabled = false

  • bool get_is_enabled ( )

Whether the capability is currently enabled for the user.


String name = ""

  • String get_name ( )

Unique identifer for the capability.


String reason_code = ""

  • String get_reason_code ( )

If present, specifies the reason the capability was enabled or disabled.