Langue

Notification.SetLatestEventInfo Méthode

Définition

Surcharges

Nom Description
SetLatestEventInfo(Context, ICharSequence, ICharSequence, PendingIntent)
Obsolète.

Définit le #contentView champ comme une vue avec la disposition standard « Latest Event ».

SetLatestEventInfo(Context, String, String, PendingIntent)
Obsolète.

Définit le #contentView champ comme une vue avec la disposition standard « Latest Event ».

SetLatestEventInfo(Context, ICharSequence, ICharSequence, PendingIntent)

Attention

deprecated

Définit le #contentView champ comme une vue avec la disposition standard « Latest Event ».

[Android.Runtime.Register("setLatestEventInfo", "(Landroid/content/Context;Ljava/lang/CharSequence;Ljava/lang/CharSequence;Landroid/app/PendingIntent;)V", "GetSetLatestEventInfo_Landroid_content_Context_Ljava_lang_CharSequence_Ljava_lang_CharSequence_Landroid_app_PendingIntent_Handler")]
[System.Obsolete("deprecated")]
public virtual void SetLatestEventInfo(Android.Content.Context? context, Java.Lang.ICharSequence? contentTitle, Java.Lang.ICharSequence? contentText, Android.App.PendingIntent? contentIntent);
[<Android.Runtime.Register("setLatestEventInfo", "(Landroid/content/Context;Ljava/lang/CharSequence;Ljava/lang/CharSequence;Landroid/app/PendingIntent;)V", "GetSetLatestEventInfo_Landroid_content_Context_Ljava_lang_CharSequence_Ljava_lang_CharSequence_Landroid_app_PendingIntent_Handler")>]
[<System.Obsolete("deprecated")>]
abstract member SetLatestEventInfo : Android.Content.Context * Java.Lang.ICharSequence * Java.Lang.ICharSequence * Android.App.PendingIntent -> unit
override this.SetLatestEventInfo : Android.Content.Context * Java.Lang.ICharSequence * Java.Lang.ICharSequence * Android.App.PendingIntent -> unit

Paramètres

context
Context
contentTitle
ICharSequence
contentText
ICharSequence
contentIntent
PendingIntent
Attributs

Remarques

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à

SetLatestEventInfo(Context, String, String, PendingIntent)

Attention

deprecated

Définit le #contentView champ comme une vue avec la disposition standard « Latest Event ».

[System.Obsolete("deprecated")]
public void SetLatestEventInfo(Android.Content.Context? context, string? contentTitle, string? contentText, Android.App.PendingIntent? contentIntent);
[<System.Obsolete("deprecated")>]
member this.SetLatestEventInfo : Android.Content.Context * string * string * Android.App.PendingIntent -> unit

Paramètres

context
Context
contentTitle
String
contentText
String
contentIntent
PendingIntent
Attributs

Remarques

Les parties de cette page sont des modifications basées sur le travail créé et partagé par Android Open Source et utilisées en fonction des termes décrits dans la Creative Commons 2.5 Attribution License.

S’applique à