WindowInsets.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
WindowInsets.Builder() |
Creates a builder where all insets are initially consumed. |
WindowInsets.Builder(WindowInsets) |
Creates a builder where all insets are initialized from |
WindowInsets.Builder()
Creates a builder where all insets are initially consumed.
[Android.Runtime.Register(".ctor", "()V", "", ApiSince=29)]
public Builder ();
- Attributes
Remarks
Creates a builder where all insets are initially consumed.
Java documentation for android.view.WindowInsets.Builder.WindowInsets$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
WindowInsets.Builder(WindowInsets)
Creates a builder where all insets are initialized from WindowInsets
.
[Android.Runtime.Register(".ctor", "(Landroid/view/WindowInsets;)V", "", ApiSince=29)]
public Builder (Android.Views.WindowInsets insets);
[<Android.Runtime.Register(".ctor", "(Landroid/view/WindowInsets;)V", "", ApiSince=29)>]
new Android.Views.WindowInsets.Builder : Android.Views.WindowInsets -> Android.Views.WindowInsets.Builder
Parameters
- insets
- WindowInsets
the instance to initialize from.
- Attributes
Remarks
Creates a builder where all insets are initialized from WindowInsets
.
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.