Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2023/12/02 (UTC).
[null,null,["Dernière mise à jour le 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"]]