Language

PictureInPictureParams.PrimaryAction Property

Definition

Returns the action that is to be used as the primary action in the PiP menu.

public Android.App.RemoteAction? PrimaryAction { [Android.Runtime.Register("getPrimaryAction", "()Landroid/app/RemoteAction;", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getPrimaryAction", "()Landroid/app/RemoteAction;", "", ApiSince=37)>]
member this.PrimaryAction : Android.App.RemoteAction

Property Value

the primary action or null if not set.

Attributes

Applies to