Class Notification.BubbleMetadata.Builder
public class Notification.BubbleMetadata.Builder : JVMBridgeBase<Notification.BubbleMetadata.Builder>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
Notification.BubbleMetadata.Builder
- Implements
- Extension Methods
Constructors
Builder()
[Obsolete("Deprecated in JVM")]
public Builder()
Builder(PendingIntent, Icon)
public Builder(PendingIntent arg0, Icon arg1)
Parameters
arg0PendingIntentarg1Icon
Builder(String)
public Builder(String arg0)
Parameters
Builder(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Builder(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
Methods
Build()
https://developer.android.com/reference/android/app/Notification.BubbleMetadata.Builder.html#build()
public Notification.BubbleMetadata Build()
Returns
CreatePoolableInstance()
HPA initializer for Builder()
public static Notification.BubbleMetadata.Builder CreatePoolableInstance()
Returns
CreatePoolableInstance(PendingIntent, Icon)
HPA initializer for Builder(Android.App.PendingIntent arg0, Android.Graphics.Drawable.Icon arg1)
public static Notification.BubbleMetadata.Builder CreatePoolableInstance(PendingIntent arg0, Icon arg1)
Parameters
arg0PendingIntentarg1Icon
Returns
CreatePoolableInstance(String)
HPA initializer for Builder(Java.Lang.String arg0)
public static Notification.BubbleMetadata.Builder CreatePoolableInstance(String arg0)
Parameters
arg0String
Returns
SetAutoExpandBubble(bool)
public Notification.BubbleMetadata.Builder SetAutoExpandBubble(bool arg0)
Parameters
Returns
SetDeleteIntent(PendingIntent)
public Notification.BubbleMetadata.Builder SetDeleteIntent(PendingIntent arg0)
Parameters
Returns
SetDesiredHeight(int)
public Notification.BubbleMetadata.Builder SetDesiredHeight(int arg0)
Parameters
Returns
SetDesiredHeightResId(int)
public Notification.BubbleMetadata.Builder SetDesiredHeightResId(int arg0)
Parameters
Returns
SetIcon(Icon)
public Notification.BubbleMetadata.Builder SetIcon(Icon arg0)
Parameters
Returns
SetIntent(PendingIntent)
public Notification.BubbleMetadata.Builder SetIntent(PendingIntent arg0)
Parameters
Returns
SetSuppressNotification(bool)
public Notification.BubbleMetadata.Builder SetSuppressNotification(bool arg0)
Parameters
Returns
SetSuppressableBubble(bool)
public Notification.BubbleMetadata.Builder SetSuppressableBubble(bool arg0)