monoandroid
namespace Android.App
{
[Register("android/app/Notification", DoNotGenerateAcw = true)]
public class Notification : Object, IParcelable, IJavaObject, IJavaPeerable, IDisposable
{
[Obsolete("deprecated")]
[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")]
public virtual void SetLatestEventInfo(Context? context, ICharSequence? contentTitle, ICharSequence? contentText, PendingIntent? contentIntent);
}
}
nuget.org | 0.0 %
Reference this API |
---|---|
.NET | 6.07.08.09.0 |
Information specific to monoandroid | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Obsolete | deprecated |
Platform Restrictions | This framework does not have platform annotations. |