Notification.BubbleMetadata.Builder Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
Notification.BubbleMetadata.Builder() | |
Notification.BubbleMetadata.Builder(String) | |
Notification.BubbleMetadata.Builder(PendingIntent, Icon) |
Notification.BubbleMetadata.Builder()
[Android.Runtime.Register(".ctor", "()V", "", ApiSince=29)]
public Builder ();
- Attribute
Gilt für:
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
Parameter
- shortcutId
- String
- Attribute
Gilt für:
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
Parameter
- intent
- PendingIntent
- icon
- Icon
- Attribute