PictureInPictureParams.PrimaryAction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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