Freigeben über


PictureInPictureParams.Builder Constructors

Definition

Overloads

PictureInPictureParams.Builder()

Default constructor

PictureInPictureParams.Builder(PictureInPictureParams)

Copy constructor

PictureInPictureParams.Builder(IntPtr, JniHandleOwnership)

PictureInPictureParams.Builder()

Default constructor

[Android.Runtime.Register(".ctor", "()V", "", ApiSince=26)]
public Builder ();
Attributes

Remarks

Default constructor

Java documentation for android.app.PictureInPictureParams.Builder.PictureInPictureParams$Builder().

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

PictureInPictureParams.Builder(PictureInPictureParams)

Copy constructor

[Android.Runtime.Register(".ctor", "(Landroid/app/PictureInPictureParams;)V", "", ApiSince=33)]
public Builder (Android.App.PictureInPictureParams original);
[<Android.Runtime.Register(".ctor", "(Landroid/app/PictureInPictureParams;)V", "", ApiSince=33)>]
new Android.App.PictureInPictureParams.Builder : Android.App.PictureInPictureParams -> Android.App.PictureInPictureParams.Builder

Parameters

original
PictureInPictureParams

PictureInPictureParams instance this builder is built upon.

Attributes

Remarks

Copy constructor

Java documentation for android.app.PictureInPictureParams.Builder.PictureInPictureParams$Builder(android.app.PictureInPictureParams).

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

PictureInPictureParams.Builder(IntPtr, JniHandleOwnership)

protected Builder (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.App.PictureInPictureParams.Builder : nativeint * Android.Runtime.JniHandleOwnership -> Android.App.PictureInPictureParams.Builder

Parameters

javaReference
IntPtr

nativeint

Remarks

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