Interfaces
Exceptions
Objects
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-23 UTC.
[null,null,["Last updated 2025-02-23 UTC."],[[["The `com.google.android.managementapi.commands` package provides interfaces for interacting with local commands and handling command-related events."],["It includes a `LocalCommandClient` for making requests, a `CommandListener` for receiving updates, and a `LocalCommandClientFactory` for creating clients."],["`CommandException` is thrown when command-related calls to the Android Management API fail."]]],["The core content outlines elements for managing commands within the Android Management API. It defines `CommandListener`, an interface for receiving notifications about command changes, and `LocalCommandClient`, an interface for making local command requests. `CommandException` is specified to handle failures in command-related calls. Lastly, `LocalCommandClientFactory` is presented as the mechanism for creating instances of `LocalCommandClient`.\n"]]