Android.App.NotificationManager: Method Members

The methods of Android.App.NotificationManager are listed below. For a list of all members, see the NotificationManager Members list.

See Also: Inherited members from Java.Lang.Object

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.