[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 2023-12-02 UTC."],[[["`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"]]