ShortcutInfo.Builder.SetLongLabel 方法

定义

重载

SetLongLabel(ICharSequence)

[Android.Runtime.Register("setLongLabel", "(Ljava/lang/CharSequence;)Landroid/content/pm/ShortcutInfo$Builder;", "GetSetLongLabel_Ljava_lang_CharSequence_Handler", ApiSince=25)]
public virtual Android.Content.PM.ShortcutInfo.Builder SetLongLabel(Java.Lang.ICharSequence longLabel);
[<Android.Runtime.Register("setLongLabel", "(Ljava/lang/CharSequence;)Landroid/content/pm/ShortcutInfo$Builder;", "GetSetLongLabel_Ljava_lang_CharSequence_Handler", ApiSince=25)>]
abstract member SetLongLabel : Java.Lang.ICharSequence -> Android.Content.PM.ShortcutInfo.Builder
override this.SetLongLabel : Java.Lang.ICharSequence -> Android.Content.PM.ShortcutInfo.Builder

参数

longLabel
ICharSequence

返回

属性

注解

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

适用于

SetLongLabel(String)

public Android.Content.PM.ShortcutInfo.Builder SetLongLabel(string longLabel);
member this.SetLongLabel : string -> Android.Content.PM.ShortcutInfo.Builder

参数

longLabel
String

返回

注解

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

适用于