共用方式為


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 屬性授權中所述的詞彙使用。

適用於