ViewAction
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-09-04 UTC。
[null,null,["最終更新日 2024-09-04 UTC。"],[[["`ViewAction` is a type that extends either `Action` or `ConsumeAction`."],["It indicates that a specific `Thing` has been viewed, with the `viewed` property identifying the viewed item."]]],["The `ViewAction` type is defined, extending either `Action` or `ConsumeAction`. Its core function is to represent the act of viewing. The key information is the `viewed` property, which is of type `Thing` and describes the specific item or entity that is being viewed within the action. This signifies the target of the view operation.\n"]]