Class Notification.WearableExtender
public class Notification.WearableExtender : Notification.Extender, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition
- Inheritance
-
Notification.WearableExtender
- Implements
- Extension Methods
Constructors
WearableExtender()
public WearableExtender()
WearableExtender(Notification)
public WearableExtender(Notification arg0)
Parameters
arg0Notification
WearableExtender(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 WearableExtender(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
SCREEN_TIMEOUT_LONG
[Obsolete("Deprecated in JVM")]
public static int SCREEN_TIMEOUT_LONG { get; set; }
Property Value
SCREEN_TIMEOUT_SHORT
[Obsolete("Deprecated in JVM")]
public static int SCREEN_TIMEOUT_SHORT { get; set; }
Property Value
SIZE_DEFAULT
[Obsolete("Deprecated in JVM")]
public static int SIZE_DEFAULT { get; set; }
Property Value
SIZE_FULL_SCREEN
[Obsolete("Deprecated in JVM")]
public static int SIZE_FULL_SCREEN { get; set; }
Property Value
SIZE_LARGE
[Obsolete("Deprecated in JVM")]
public static int SIZE_LARGE { get; set; }
Property Value
SIZE_MEDIUM
[Obsolete("Deprecated in JVM")]
public static int SIZE_MEDIUM { get; set; }
Property Value
SIZE_SMALL
[Obsolete("Deprecated in JVM")]
public static int SIZE_SMALL { get; set; }
Property Value
SIZE_XSMALL
[Obsolete("Deprecated in JVM")]
public static int SIZE_XSMALL { get; set; }
Property Value
UNSET_ACTION_INDEX
public static int UNSET_ACTION_INDEX { get; set; }
Property Value
Methods
AddAction(Action)
public Notification.WearableExtender AddAction(Notification.Action arg0)
Parameters
Returns
AddActions(List<Action>)
public Notification.WearableExtender AddActions(List<Notification.Action> arg0)
Parameters
arg0List<Notification.Action>
Returns
AddPage(Notification)
[Obsolete("Deprecated in JVM")]
public Notification.WearableExtender AddPage(Notification arg0)
Parameters
arg0Notification
Returns
AddPages(List<Notification>)
[Obsolete("Deprecated in JVM")]
public Notification.WearableExtender AddPages(List<Notification> arg0)
Parameters
arg0List<Notification>
Returns
ClearActions()
public Notification.WearableExtender ClearActions()
Returns
ClearPages()
[Obsolete("Deprecated in JVM")]
public Notification.WearableExtender ClearPages()
Returns
Clone()
public Notification.WearableExtender Clone()
Returns
CreatePoolableInstance()
HPA initializer for WearableExtender()
public static Notification.WearableExtender CreatePoolableInstance()
Returns
CreatePoolableInstance(Notification)
HPA initializer for WearableExtender(Android.App.Notification arg0)
public static Notification.WearableExtender CreatePoolableInstance(Notification arg0)
Parameters
arg0Notification
Returns
Extend(Builder)
public Notification.Builder Extend(Notification.Builder arg0)
Parameters
Returns
GetActions()
public List<Notification.Action> GetActions()
Returns
GetBridgeTag()
public String GetBridgeTag()
Returns
GetContentAction()
public int GetContentAction()
Returns
GetContentIcon()
[Obsolete("Deprecated in JVM")]
public int GetContentIcon()
Returns
GetContentIconGravity()
[Obsolete("Deprecated in JVM")]
public int GetContentIconGravity()
Returns
GetContentIntentAvailableOffline()
public bool GetContentIntentAvailableOffline()
Returns
GetCustomContentHeight()
[Obsolete("Deprecated in JVM")]
public int GetCustomContentHeight()
Returns
GetCustomSizePreset()
[Obsolete("Deprecated in JVM")]
public int GetCustomSizePreset()
Returns
GetDismissalId()
public String GetDismissalId()
Returns
GetDisplayIntent()
[Obsolete("Deprecated in JVM")]
public PendingIntent GetDisplayIntent()
Returns
GetGravity()
[Obsolete("Deprecated in JVM")]
public int GetGravity()
Returns
GetHintAmbientBigPicture()
[Obsolete("Deprecated in JVM")]
public bool GetHintAmbientBigPicture()
Returns
GetHintAvoidBackgroundClipping()
[Obsolete("Deprecated in JVM")]
public bool GetHintAvoidBackgroundClipping()
Returns
GetHintContentIntentLaunchesActivity()
public bool GetHintContentIntentLaunchesActivity()
Returns
GetHintHideIcon()
[Obsolete("Deprecated in JVM")]
public bool GetHintHideIcon()
Returns
GetHintScreenTimeout()
[Obsolete("Deprecated in JVM")]
public int GetHintScreenTimeout()
Returns
GetHintShowBackgroundOnly()
[Obsolete("Deprecated in JVM")]
public bool GetHintShowBackgroundOnly()
Returns
GetPages()
[Obsolete("Deprecated in JVM")]
public List<Notification> GetPages()
Returns
GetStartScrollBottom()
public bool GetStartScrollBottom()
Returns
SetBridgeTag(String)
public Notification.WearableExtender SetBridgeTag(String arg0)
Parameters
Returns
SetContentAction(int)
public Notification.WearableExtender SetContentAction(int arg0)
Parameters
Returns
SetContentIcon(int)
[Obsolete("Deprecated in JVM")]
public Notification.WearableExtender SetContentIcon(int arg0)
Parameters
Returns
SetContentIconGravity(int)
[Obsolete("Deprecated in JVM")]
public Notification.WearableExtender SetContentIconGravity(int arg0)
Parameters
Returns
SetContentIntentAvailableOffline(bool)
public Notification.WearableExtender SetContentIntentAvailableOffline(bool arg0)
Parameters
Returns
SetCustomContentHeight(int)
[Obsolete("Deprecated in JVM")]
public Notification.WearableExtender SetCustomContentHeight(int arg0)
Parameters
Returns
SetCustomSizePreset(int)
[Obsolete("Deprecated in JVM")]
public Notification.WearableExtender SetCustomSizePreset(int arg0)
Parameters
Returns
SetDismissalId(String)
public Notification.WearableExtender SetDismissalId(String arg0)
Parameters
Returns
SetDisplayIntent(PendingIntent)
[Obsolete("Deprecated in JVM")]
public Notification.WearableExtender SetDisplayIntent(PendingIntent arg0)
Parameters
Returns
SetGravity(int)
[Obsolete("Deprecated in JVM")]
public Notification.WearableExtender SetGravity(int arg0)
Parameters
Returns
SetHintAmbientBigPicture(bool)
[Obsolete("Deprecated in JVM")]
public Notification.WearableExtender SetHintAmbientBigPicture(bool arg0)
Parameters
Returns
SetHintAvoidBackgroundClipping(bool)
[Obsolete("Deprecated in JVM")]
public Notification.WearableExtender SetHintAvoidBackgroundClipping(bool arg0)
Parameters
Returns
SetHintContentIntentLaunchesActivity(bool)
public Notification.WearableExtender SetHintContentIntentLaunchesActivity(bool arg0)
Parameters
Returns
SetHintHideIcon(bool)
[Obsolete("Deprecated in JVM")]
public Notification.WearableExtender SetHintHideIcon(bool arg0)
Parameters
Returns
SetHintScreenTimeout(int)
[Obsolete("Deprecated in JVM")]
public Notification.WearableExtender SetHintScreenTimeout(int arg0)
Parameters
Returns
SetHintShowBackgroundOnly(bool)
[Obsolete("Deprecated in JVM")]
public Notification.WearableExtender SetHintShowBackgroundOnly(bool arg0)
Parameters
Returns
SetStartScrollBottom(bool)
public Notification.WearableExtender SetStartScrollBottom(bool arg0)