[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["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"]]