PhoneAccount.Builder.SetShortDescription 方法

定义

重载

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

参数

返回

属性

注解

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于

SetShortDescription(String)

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

参数

value
String

返回

注解

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于