PictureInPictureParams.Actions プロパティ

定義

ピクチャインピクチャ モードの場合にアクティビティに関連付けられているユーザー アクションの一覧を返します。

public System.Collections.Generic.IList<Android.App.RemoteAction> Actions { [Android.Runtime.Register("getActions", "()Ljava/util/List;", "", ApiSince=33)] get; }
[<get: Android.Runtime.Register("getActions", "()Ljava/util/List;", "", ApiSince=33)>]
member this.Actions : System.Collections.Generic.IList<Android.App.RemoteAction>

プロパティ値

新しいリスト内のユーザー アクション。

属性

注釈

ピクチャインピクチャ モードの場合にアクティビティに関連付けられているユーザー アクションの一覧を返します。

の Java ドキュメント android.app.PictureInPictureParams.getActions()

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象