[[["易于理解","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"]],["最后更新时间 (UTC):2023-12-02。"],[[["`chrome.cast.media.UserActionState` represents the state of a user action for media on a Cast device."],["It is constructed with a mandatory `userAction` parameter indicating the type of user action, like seeking or pausing."],["The state includes properties like `userAction` (the action type) and `customData` for app-specific information."]]],["The `UserActionState` class represents the state of a user action for media. It is instantiated with a `UserAction` object, which must not be null. It has two properties: `userAction`, representing the specific user action, and `customData`, an optional object for application-specific data. The `UserActionState` class is used to manage and convey the state information of media user interactions.\n"]]