[[["Leicht verständlich","easyToUnderstand","thumb-up"],["Mein Problem wurde gelöst","solvedMyProblem","thumb-up"],["Sonstiges","otherUp","thumb-up"]],[["Benötigte Informationen nicht gefunden","missingTheInformationINeed","thumb-down"],["Zu umständlich/zu viele Schritte","tooComplicatedTooManySteps","thumb-down"],["Nicht mehr aktuell","outOfDate","thumb-down"],["Problem mit der Übersetzung","translationIssue","thumb-down"],["Problem mit Beispielen/Code","samplesCodeIssue","thumb-down"],["Sonstiges","otherDown","thumb-down"]],["Zuletzt aktualisiert: 2024-06-25 (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"]]