Notification.BubbleMetadata.Builder Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Notification.BubbleMetadata.Builder() | |
Notification.BubbleMetadata.Builder(String) | |
Notification.BubbleMetadata.Builder(PendingIntent, Icon) |
Notification.BubbleMetadata.Builder()
[Android.Runtime.Register(".ctor", "()V", "", ApiSince=29)]
public Builder ();
- Attributes
Applies to
Notification.BubbleMetadata.Builder(String)
[Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=30)]
public Builder (string shortcutId);
[<Android.Runtime.Register(".ctor", "(Ljava/lang/String;)V", "", ApiSince=30)>]
new Android.App.Notification.BubbleMetadata.Builder : string -> Android.App.Notification.BubbleMetadata.Builder
Parameters
- shortcutId
- String
- Attributes
Applies to
Notification.BubbleMetadata.Builder(PendingIntent, Icon)
[Android.Runtime.Register(".ctor", "(Landroid/app/PendingIntent;Landroid/graphics/drawable/Icon;)V", "", ApiSince=30)]
public Builder (Android.App.PendingIntent intent, Android.Graphics.Drawables.Icon icon);
[<Android.Runtime.Register(".ctor", "(Landroid/app/PendingIntent;Landroid/graphics/drawable/Icon;)V", "", ApiSince=30)>]
new Android.App.Notification.BubbleMetadata.Builder : Android.App.PendingIntent * Android.Graphics.Drawables.Icon -> Android.App.Notification.BubbleMetadata.Builder
Parameters
- intent
- PendingIntent
- icon
- Icon
- Attributes