PictureInPictureParams.CloseAction Property

Definition

Returns the action that is to replace the system close action.

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

Property Value

the close action or null if not set.

Attributes

Remarks

Returns the action that is to replace the system close action.

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

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