PictureInPictureParams.Builder Constructors
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.
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
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
- transfer
- JniHandleOwnership
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.