Builder
Builder(Context)
Builder(Context, String)
Builder(IntPtr, JniHandleOwnership)
Extras
JniPeerMembers
Notification
Style
ThresholdClass
ThresholdType
AddAction(Action)
AddAction(Int32, ICharSequence, PendingIntent)
AddAction(Int32, String, PendingIntent)
AddExtras(Bundle)
AddPerson(Person)
AddPerson(String)
Build()
CreateBigContentView()
CreateContentView()
CreateHeadsUpContentView()
Extend(IExtender)
RecoverBuilder(Context, Notification)
SetActions(Action[])
SetAllowSystemGeneratedContextualActions(Boolean)
SetAutoCancel(Boolean)
SetBadgeIconType(NotificationBadgeIconType)
SetBubbleMetadata(BubbleMetadata)
SetCategory(String)
SetChannelId(String)
SetChronometerCountDown(Boolean)
SetColor(Int32)
SetColorized(Boolean)
SetContent(RemoteViews)
SetContentInfo(ICharSequence)
SetContentInfo(String)
SetContentIntent(PendingIntent)
SetContentText(ICharSequence)
SetContentText(String)
SetContentTitle(ICharSequence)
SetContentTitle(String)
SetCustomBigContentView(RemoteViews)
SetCustomContentView(RemoteViews)
SetCustomHeadsUpContentView(RemoteViews)
SetDefaults(NotificationDefaults)
SetDeleteIntent(PendingIntent)
SetExtras(Bundle)
SetFlag(Int32, Boolean)
SetForegroundServiceBehavior(Int32)
SetFullScreenIntent(PendingIntent, Boolean)
SetGroup(String)
SetGroupAlertBehavior(NotificationGroupAlertBehavior)
SetGroupSummary(Boolean)
SetLargeIcon(Bitmap)
SetLargeIcon(Icon)
SetLights(Int32, Int32, Int32)
SetLocalOnly(Boolean)
SetLocusId(LocusId)
SetNumber(Int32)
SetOngoing(Boolean)
SetOnlyAlertOnce(Boolean)
SetPriority(Int32)
SetProgress(Int32, Int32, Boolean)
SetPublicVersion(Notification)
SetRemoteInputHistory(ICharSequence[])
SetRemoteInputHistory(String[])
SetSettingsText(ICharSequence)
SetSettingsText(String)
SetShortcutId(String)
SetShowWhen(Boolean)
SetSmallIcon(Icon)
SetSmallIcon(Int32)
SetSmallIcon(Int32, Int32)
SetSortKey(String)
SetSound(Uri)
SetSound(Uri, AudioAttributes)
SetSound(Uri, Stream)
SetStyle(Style)
SetSubText(ICharSequence)
SetSubText(String)
SetTicker(ICharSequence)
SetTicker(String)
SetTicker(ICharSequence, RemoteViews)
SetTicker(String, RemoteViews)
SetTimeoutAfter(Int64)
SetUsesChronometer(Boolean)
SetVibrate(Int64[])
SetVisibility(NotificationVisibility)
SetWhen(Int64)
net9.0-android34.0
namespace Android.App
{
[Register("android/app/Notification", DoNotGenerateAcw = true)]
public class Notification : Object, IParcelable, IJavaObject, IJavaPeerable, IDisposable
{
[Register("android/app/Notification$Builder", DoNotGenerateAcw = true)]
public class Builder : Object
{
[Register("addPerson", "(Landroid/app/Person;)Landroid/app/Notification$Builder;", "GetAddPerson_Landroid_app_Person_Handler", ApiSince = 28)]
[SupportedOSPlatform("android28.0")]
public virtual Builder! AddPerson(Person? person);
}
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to net9.0 | |
Platforms | This API is only available when you target a specific platform: |
Android | 21.022.023.024.025.026.027.028.029.030.031.032.033.034.0 |
Information specific to net9.0-android34.0 | |
Assembly | Mono.Android , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This API is only supported on the following platforms:
|
- Built-in API
- Package-provided API