FakeMusicCustomActions
Entries
Start requiring logging in before granting access to the source. When this action is sent, the state is not logged in. Existing clients will be notified of the change (via the callback MediaBrowserCompat.SubscriptionCallback.onChildrenLoaded). Nothing is returned: the service kills itself to apply the changes.
Log in to the media source. This action has no practical effect if the REQUIRE_LOGIN action was not previously sent.
Log out from the media source, and require logging in again. This action has no practical effect if the REQUIRE_LOGIN action was not previously sent.
Request whether login is required or not. Returns a Bundle with the Boolean extra FakeMusicCommandExtras.BUNDLE_BOOLEAN_LOGIN_STATE_KEY.
Request whether login is required or not. Returns a Bundle with the Boolean extra FakeMusicCommandExtras.BUNDLE_BOOLEAN_IS_LOGGED_IN_KEY.
Disable the search functionality for this session. Search will stay disabled until the next RESET command.
Change the catalog offered by the FakeMusic media source. The catalog will be used until changed again, or until the next RESET command.
Types
Properties
Inherited properties
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.