Capabilities API
Provides coroutine-based and callback-based methods for managing account capabilities.
All methods require a non-empty accountId; calls with an empty ID return (null, null) without making a network request.
Functions
Disables a single capability by name for the given account.
Disables a single capability by name for the given account and delivers the result via a callback.
Fetches all capabilities for the given account.
Fetches all capabilities for the given account and delivers the result via a callback.
Fetches a single capability by name for the given account.
Fetches a single capability by name for the given account and delivers the result via a callback.
Requests one or more capabilities for the given account.
Requests one or more capabilities for the given account and delivers the result via a callback.