Notification.Builder.SetContentInfo メソッド

定義

オーバーロード

SetContentInfo(ICharSequence)

この通知に関連する追加情報の小さな部分を追加します。

SetContentInfo(String)

この通知に関連する追加情報の小さな部分を追加します。

SetContentInfo(ICharSequence)

この通知に関連する追加情報の小さな部分を追加します。

[Android.Runtime.Register("setContentInfo", "(Ljava/lang/CharSequence;)Landroid/app/Notification$Builder;", "GetSetContentInfo_Ljava_lang_CharSequence_Handler")]
public virtual Android.App.Notification.Builder? SetContentInfo (Java.Lang.ICharSequence? info);
[<Android.Runtime.Register("setContentInfo", "(Ljava/lang/CharSequence;)Landroid/app/Notification$Builder;", "GetSetContentInfo_Ljava_lang_CharSequence_Handler")>]
abstract member SetContentInfo : Java.Lang.ICharSequence -> Android.App.Notification.Builder
override this.SetContentInfo : Java.Lang.ICharSequence -> Android.App.Notification.Builder

パラメーター

info
ICharSequence

使用する情報テキスト。

戻り値

属性

注釈

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象

SetContentInfo(String)

この通知に関連する追加情報の小さな部分を追加します。

public Android.App.Notification.Builder? SetContentInfo (string? info);
member this.SetContentInfo : string -> Android.App.Notification.Builder

パラメーター

info
String

使用する情報テキスト。

戻り値

注釈

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象