PictureInPictureParams.Actions Property

Definition

Returns the list of user actions that are associated with the activity when in picture-in-picture mode.

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>

Property Value

the user actions in a new list.

Attributes

Remarks

Returns the list of user actions that are associated with the activity when in picture-in-picture mode.

Java documentation for android.app.PictureInPictureParams.getActions().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to