Android.App.Notification.Builder: Method Members

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

See Also: Inherited members from Java.Lang.Object

Public Methods

AddAction(Notification.Action) : Notification.Builder
Add an action to this notification.
AddAction(int, Java.Lang.ICharSequence, PendingIntent) : Notification.Builder
Add an action (with a corresponding title and intent) to this notification.
AddAction(int, string, PendingIntent) : Notification.Builder
Add an action (with a corresponding title and intent) to this notification.
AddExtras(Android.OS.Bundle) : Notification.Builder
Merge additional metadata into this notification.
AddPerson(string) : Notification.Builder
Add a person that is relevant to this notification.
Build() : Notification
Build a new Android.App.Notification object.
Extend(Notification.IExtender) : Notification.Builder
Apply an extender to this notification builder.
SetAutoCancel(bool) : Notification.Builder
Make this notification automatically dismissed when the user touches it.
SetCategory(string) : Notification.Builder
Set the notification category.
SetColor(int) : Notification.Builder
Set the accent color of the notification.
SetContent(Android.Widget.RemoteViews) : Notification.Builder
Supply a custom Android.Widget.RemoteViews object to use instead of the platform template.
SetContentInfo(Java.Lang.ICharSequence) : Notification.Builder
Add a small piece of additional information pertaining to this notification.
SetContentInfo(string) : Notification.Builder
Add a small piece of additional information pertaining to this notification.
SetContentIntent(PendingIntent) : Notification.Builder
Supply a Android.App.PendingIntent to be sent when the notification is clicked.
SetContentText(Java.Lang.ICharSequence) : Notification.Builder
Set the second line of text in the platform notification template.
SetContentText(string) : Notification.Builder
Set the second line of text in the platform notification template.
SetContentTitle(Java.Lang.ICharSequence) : Notification.Builder
Set the first line of text in the platform notification template.
SetContentTitle(string) : Notification.Builder
Set the first line of text in the platform notification template.
SetDefaults(NotificationDefaults) : Notification.Builder
Set which notification properties will be inherited from system defaults.
SetDeleteIntent(PendingIntent) : Notification.Builder
Supply a Android.App.PendingIntent to send when the notification is cleared explicitly by the user.
SetExtras(Android.OS.Bundle) : Notification.Builder
Set metadata for this notification.
SetFullScreenIntent(PendingIntent, bool) : Notification.Builder
Specifies an intent to launch instead of posting the notification to the status bar.
SetGroup(string) : Notification.Builder
Set this notification to be part of a group of notifications sharing the same key.
SetGroupSummary(bool) : Notification.Builder
Set this notification to be the group summary for a group of notifications.
SetLargeIcon(Android.Graphics.Bitmap) : Notification.Builder
Add a large icon to the notification (and the ticker on some devices).
SetLights(int, int, int) : Notification.Builder
Set the desired color for the indicator LED on the device, as well as the blink duty cycle (specified in milliseconds).
SetLocalOnly(bool) : Notification.Builder
Set whether or not this notification should not bridge to other devices.
SetNumber(int) : Notification.Builder
Set the large number at the right-hand side of the notification.
SetOngoing(bool) : Notification.Builder
Set whether this is an "ongoing" notification.
SetOnlyAlertOnce(bool) : Notification.Builder
Play sound, vibrate and ticker only if the notification is not already showing.
SetPriority(int) : Notification.Builder
Set the priority of this notification.
SetProgress(int, int, bool) : Notification.Builder
Set the progress that this notification represents.
SetPublicVersion(Notification) : Notification.Builder
Supply a public version of the notification.
SetShowWhen(bool) : Notification.Builder
Control whether the timestamp is shown in the content view.
SetSmallIcon(int) : Notification.Builder
Set the small icon resource, which will be used to represent the notification in the status bar.
SetSmallIcon(int, int) : Notification.Builder
Set the small icon resource for the specified level.
SetSortKey(string) : Notification.Builder
Set a sort key that orders this notification among other notifications from the same package.
SetSound(Android.Net.Uri) : Notification.Builder
Set the alert sound to play.
SetSound(Android.Net.Uri, Android.Media.AudioAttributes) : Notification.Builder
Set the alert sound to play, along with sound attributes to use during playback.
SetSound(Android.Net.Uri, Android.Media.Stream) : Notification.Builder
Set the sound to play, along with a specific stream on which to play it.
SetStyle(Notification.Style) : Notification.Builder
Add a rich notification style to be applied at build time.
SetSubText(Java.Lang.ICharSequence) : Notification.Builder
Set the third line of text in the platform notification template.
SetSubText(string) : Notification.Builder
Set the third line of text in the platform notification template.
SetTicker(Java.Lang.ICharSequence) : Notification.Builder
Set the "ticker" text which is displayed in the status bar when the notification first arrives.
SetTicker(string) : Notification.Builder
Set the "ticker" text which is displayed in the status bar when the notification first arrives.
SetTicker(Java.Lang.ICharSequence, Android.Widget.RemoteViews) : Notification.Builder
Set the ticker text and associated Android.Widget.RemoteViews.
SetTicker(string, Android.Widget.RemoteViews) : Notification.Builder
Set the ticker text.
SetUsesChronometer(bool) : Notification.Builder
Show the Notification.When field as a stopwatch.
SetVibrate(long[]) : Notification.Builder
Set the alert vibration pattern to use.
SetVisibility(NotificationVisibility) : Notification.Builder
Specify the visibility of the notification contents.
SetWhen(long) : Notification.Builder
Add a timestamp pertaining to the notification (usually the time the event occurred).