PhoneAccount.Builder.SetShortDescription Method

Definition

Overloads

SetShortDescription(ICharSequence)
SetShortDescription(String)

SetShortDescription(ICharSequence)

[Android.Runtime.Register("setShortDescription", "(Ljava/lang/CharSequence;)Landroid/telecom/PhoneAccount$Builder;", "GetSetShortDescription_Ljava_lang_CharSequence_Handler", ApiSince=23)]
public virtual Android.Telecom.PhoneAccount.Builder SetShortDescription (Java.Lang.ICharSequence value);
[<Android.Runtime.Register("setShortDescription", "(Ljava/lang/CharSequence;)Landroid/telecom/PhoneAccount$Builder;", "GetSetShortDescription_Ljava_lang_CharSequence_Handler", ApiSince=23)>]
abstract member SetShortDescription : Java.Lang.ICharSequence -> Android.Telecom.PhoneAccount.Builder
override this.SetShortDescription : Java.Lang.ICharSequence -> Android.Telecom.PhoneAccount.Builder

Parameters

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

SetShortDescription(String)

public Android.Telecom.PhoneAccount.Builder SetShortDescription (string value);
member this.SetShortDescription : string -> Android.Telecom.PhoneAccount.Builder

Parameters

value
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