[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 2024-10-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"]]