Android.App.NotificationManager Members

The members of Android.App.NotificationManager are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

Cancel(int)
Cancel a previously shown notification.
Cancel(string, int)
Cancel a previously shown notification.
CancelAll()
Cancel all previously shown notifications.
static
FromContext(Android.Content.Context) : NotificationManager
Documentation for this section has not yet been entered.
Notify(int, Notification)
Post a notification to be shown in the status bar.
Notify(string, int, Notification)
Post a notification to be shown in the status bar.