SaveInfo.Builder.SetDescription Method

Definition

Overloads

SetDescription(ICharSequence)
SetDescription(String)

SetDescription(ICharSequence)

[Android.Runtime.Register("setDescription", "(Ljava/lang/CharSequence;)Landroid/service/autofill/SaveInfo$Builder;", "", ApiSince=26)]
public Android.Service.Autofill.SaveInfo.Builder SetDescription (Java.Lang.ICharSequence? description);
[<Android.Runtime.Register("setDescription", "(Ljava/lang/CharSequence;)Landroid/service/autofill/SaveInfo$Builder;", "", ApiSince=26)>]
member this.SetDescription : Java.Lang.ICharSequence -> Android.Service.Autofill.SaveInfo.Builder

Parameters

description
ICharSequence

Returns

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

SetDescription(String)

public Android.Service.Autofill.SaveInfo.Builder SetDescription (string? description);
member this.SetDescription : string -> Android.Service.Autofill.SaveInfo.Builder

Parameters

description
String

Returns

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