CustomDescription.Builder Constructors

Definition

Overloads

CustomDescription.Builder(RemoteViews)
CustomDescription.Builder(IntPtr, JniHandleOwnership)

CustomDescription.Builder(RemoteViews)

[Android.Runtime.Register(".ctor", "(Landroid/widget/RemoteViews;)V", "", ApiSince=27)]
public Builder (Android.Widget.RemoteViews parentPresentation);
[<Android.Runtime.Register(".ctor", "(Landroid/widget/RemoteViews;)V", "", ApiSince=27)>]
new Android.Service.Autofill.CustomDescription.Builder : Android.Widget.RemoteViews -> Android.Service.Autofill.CustomDescription.Builder

Parameters

parentPresentation
RemoteViews
Attributes

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

CustomDescription.Builder(IntPtr, JniHandleOwnership)

protected Builder (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Service.Autofill.CustomDescription.Builder : nativeint * Android.Runtime.JniHandleOwnership -> Android.Service.Autofill.CustomDescription.Builder

Parameters

javaReference
IntPtr

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