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