Interfaces
Classes
Exceptions
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-19 UTC.
[null,null,["Last updated 2025-02-19 UTC."],[[["The `com.google.android.managementapi.commands` package provides interfaces and classes for managing local commands within the Android Management API."],["`LocalCommandClient` enables making command requests, while `CommandListener` tracks command-related changes."],["`LocalCommandClientFactory` facilitates the creation of `LocalCommandClient` instances."],["`CommandException` signals failures in command-related calls to the Android Management API."]]],["The `com.google.android.managementapi.commands` package, available in Kotlin and Java, handles command-related operations. It defines `CommandListener` for receiving notifications on command changes, and `LocalCommandClient` for initiating local command requests. `LocalCommandClientFactory` creates instances of the `LocalCommandClient`. `CommandException` is thrown when a command-related API call fails. The package allows managing and tracking the results of the requests through listeners.\n"]]