Class Slice
[Obsolete("Deprecated in JVM")]
public class Slice : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
- Inheritance
-
Slice
- Implements
- Inherited Members
- Extension Methods
Constructors
Slice(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 Slice(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CREATOR
[Obsolete("Deprecated in JVM")]
public static Parcelable.Creator CREATOR { get; set; }
Property Value
EXTRA_RANGE_VALUE
[Obsolete("Deprecated in JVM")]
public static String EXTRA_RANGE_VALUE { get; set; }
Property Value
EXTRA_TOGGLE_STATE
[Obsolete("Deprecated in JVM")]
public static String EXTRA_TOGGLE_STATE { get; set; }
Property Value
HINT_ACTIONS
[Obsolete("Deprecated in JVM")]
public static String HINT_ACTIONS { get; set; }
Property Value
HINT_ERROR
[Obsolete("Deprecated in JVM")]
public static String HINT_ERROR { get; set; }
Property Value
HINT_HORIZONTAL
[Obsolete("Deprecated in JVM")]
public static String HINT_HORIZONTAL { get; set; }
Property Value
HINT_KEYWORDS
[Obsolete("Deprecated in JVM")]
public static String HINT_KEYWORDS { get; set; }
Property Value
HINT_LARGE
[Obsolete("Deprecated in JVM")]
public static String HINT_LARGE { get; set; }
Property Value
HINT_LAST_UPDATED
[Obsolete("Deprecated in JVM")]
public static String HINT_LAST_UPDATED { get; set; }
Property Value
HINT_LIST
[Obsolete("Deprecated in JVM")]
public static String HINT_LIST { get; set; }
Property Value
HINT_LIST_ITEM
[Obsolete("Deprecated in JVM")]
public static String HINT_LIST_ITEM { get; set; }
Property Value
HINT_NO_TINT
[Obsolete("Deprecated in JVM")]
public static String HINT_NO_TINT { get; set; }
Property Value
HINT_PARTIAL
[Obsolete("Deprecated in JVM")]
public static String HINT_PARTIAL { get; set; }
Property Value
HINT_PERMISSION_REQUEST
[Obsolete("Deprecated in JVM")]
public static String HINT_PERMISSION_REQUEST { get; set; }
Property Value
HINT_SEE_MORE
[Obsolete("Deprecated in JVM")]
public static String HINT_SEE_MORE { get; set; }
Property Value
HINT_SELECTED
[Obsolete("Deprecated in JVM")]
public static String HINT_SELECTED { get; set; }
Property Value
HINT_SHORTCUT
[Obsolete("Deprecated in JVM")]
public static String HINT_SHORTCUT { get; set; }
Property Value
HINT_SUMMARY
[Obsolete("Deprecated in JVM")]
public static String HINT_SUMMARY { get; set; }
Property Value
HINT_TITLE
[Obsolete("Deprecated in JVM")]
public static String HINT_TITLE { get; set; }
Property Value
HINT_TTL
[Obsolete("Deprecated in JVM")]
public static String HINT_TTL { get; set; }
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
SUBTYPE_COLOR
[Obsolete("Deprecated in JVM")]
public static String SUBTYPE_COLOR { get; set; }
Property Value
SUBTYPE_CONTENT_DESCRIPTION
[Obsolete("Deprecated in JVM")]
public static String SUBTYPE_CONTENT_DESCRIPTION { get; set; }
Property Value
SUBTYPE_LAYOUT_DIRECTION
[Obsolete("Deprecated in JVM")]
public static String SUBTYPE_LAYOUT_DIRECTION { get; set; }
Property Value
SUBTYPE_MAX
[Obsolete("Deprecated in JVM")]
public static String SUBTYPE_MAX { get; set; }
Property Value
SUBTYPE_MESSAGE
[Obsolete("Deprecated in JVM")]
public static String SUBTYPE_MESSAGE { get; set; }
Property Value
SUBTYPE_MILLIS
[Obsolete("Deprecated in JVM")]
public static String SUBTYPE_MILLIS { get; set; }
Property Value
SUBTYPE_PRIORITY
[Obsolete("Deprecated in JVM")]
public static String SUBTYPE_PRIORITY { get; set; }
Property Value
SUBTYPE_RANGE
[Obsolete("Deprecated in JVM")]
public static String SUBTYPE_RANGE { get; set; }
Property Value
SUBTYPE_SOURCE
[Obsolete("Deprecated in JVM")]
public static String SUBTYPE_SOURCE { get; set; }
Property Value
SUBTYPE_TOGGLE
[Obsolete("Deprecated in JVM")]
public static String SUBTYPE_TOGGLE { get; set; }
Property Value
SUBTYPE_VALUE
[Obsolete("Deprecated in JVM")]
public static String SUBTYPE_VALUE { get; set; }
Property Value
Methods
DescribeContents()
[Obsolete("Deprecated in JVM")]
public int DescribeContents()
Returns
GetHints()
[Obsolete("Deprecated in JVM")]
public List<String> GetHints()
Returns
GetItems()
[Obsolete("Deprecated in JVM")]
public List<SliceItem> GetItems()
Returns
GetSpec()
[Obsolete("Deprecated in JVM")]
public SliceSpec GetSpec()
Returns
GetUri()
[Obsolete("Deprecated in JVM")]
public Uri GetUri()
Returns
IsCallerNeeded()
[Obsolete("Deprecated in JVM")]
public bool IsCallerNeeded()
Returns
WriteToParcel(Parcel, int)
[Obsolete("Deprecated in JVM")]
public void WriteToParcel(Parcel arg0, int arg1)