Android.App.Notification Class
A class that represents how a persistent notification is to be presented to the user using the Android.App.NotificationManager.

See Also: Notification Members

Syntax

[Android.Runtime.Register("android/app/Notification", DoNotGenerateAcw=true)]
public class Notification : Java.Lang.Object, Android.OS.IParcelable, IDisposable

Remarks

A class that represents how a persistent notification is to be presented to the user using the Android.App.NotificationManager.

Developer Guides

The Android.App.Notification.Builder has been added to make it easier to construct Notifications.

For a guide to creating notifications, read the Status Bar Notifications developer guide.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1