InlinePresentationSpec.Builder(Size, Size) Constructor

Definition

Creates a new Builder.

[Android.Runtime.Register(".ctor", "(Landroid/util/Size;Landroid/util/Size;)V", "", ApiSince=30)]
public Builder (Android.Util.Size minSize, Android.Util.Size maxSize);
[<Android.Runtime.Register(".ctor", "(Landroid/util/Size;Landroid/util/Size;)V", "", ApiSince=30)>]
new Android.Widget.Inline.InlinePresentationSpec.Builder : Android.Util.Size * Android.Util.Size -> Android.Widget.Inline.InlinePresentationSpec.Builder

Parameters

minSize
Size

The minimal size of the suggestion.

maxSize
Size

The maximal size of the suggestion.

Attributes

Remarks

Creates a new Builder.

Java documentation for android.widget.inline.InlinePresentationSpec.Builder.InlinePresentationSpec$Builder(android.util.Size, android.util.Size).

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