PictureInPictureParams.PrimaryOverlayAction 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 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