Language

PictureInPictureParams.PrimaryOverlayAction Property

Definition

Returns the primary overlay action that is associated with the activity when in picture-in-picture mode.

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

Property Value

the primary overlay action or null if not set.

Attributes

Applies to