Table of Contents

Class Slice

Namespace
Android.App.Slice
Assembly
MASES.Netdroid.dll
[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

initializer IJVMBridgeBaseInitializer

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CREATOR

[Obsolete("Deprecated in JVM")]
public static Parcelable.Creator CREATOR { get; set; }

Property Value

Parcelable.Creator

EXTRA_RANGE_VALUE

[Obsolete("Deprecated in JVM")]
public static String EXTRA_RANGE_VALUE { get; set; }

Property Value

String

EXTRA_TOGGLE_STATE

[Obsolete("Deprecated in JVM")]
public static String EXTRA_TOGGLE_STATE { get; set; }

Property Value

String

HINT_ACTIONS

[Obsolete("Deprecated in JVM")]
public static String HINT_ACTIONS { get; set; }

Property Value

String

HINT_ERROR

[Obsolete("Deprecated in JVM")]
public static String HINT_ERROR { get; set; }

Property Value

String

HINT_HORIZONTAL

[Obsolete("Deprecated in JVM")]
public static String HINT_HORIZONTAL { get; set; }

Property Value

String

HINT_KEYWORDS

[Obsolete("Deprecated in JVM")]
public static String HINT_KEYWORDS { get; set; }

Property Value

String

HINT_LARGE

[Obsolete("Deprecated in JVM")]
public static String HINT_LARGE { get; set; }

Property Value

String

HINT_LAST_UPDATED

[Obsolete("Deprecated in JVM")]
public static String HINT_LAST_UPDATED { get; set; }

Property Value

String

HINT_LIST

[Obsolete("Deprecated in JVM")]
public static String HINT_LIST { get; set; }

Property Value

String

HINT_LIST_ITEM

[Obsolete("Deprecated in JVM")]
public static String HINT_LIST_ITEM { get; set; }

Property Value

String

HINT_NO_TINT

[Obsolete("Deprecated in JVM")]
public static String HINT_NO_TINT { get; set; }

Property Value

String

HINT_PARTIAL

[Obsolete("Deprecated in JVM")]
public static String HINT_PARTIAL { get; set; }

Property Value

String

HINT_PERMISSION_REQUEST

[Obsolete("Deprecated in JVM")]
public static String HINT_PERMISSION_REQUEST { get; set; }

Property Value

String

HINT_SEE_MORE

[Obsolete("Deprecated in JVM")]
public static String HINT_SEE_MORE { get; set; }

Property Value

String

HINT_SELECTED

[Obsolete("Deprecated in JVM")]
public static String HINT_SELECTED { get; set; }

Property Value

String

HINT_SHORTCUT

[Obsolete("Deprecated in JVM")]
public static String HINT_SHORTCUT { get; set; }

Property Value

String

HINT_SUMMARY

[Obsolete("Deprecated in JVM")]
public static String HINT_SUMMARY { get; set; }

Property Value

String

HINT_TITLE

[Obsolete("Deprecated in JVM")]
public static String HINT_TITLE { get; set; }

Property Value

String

HINT_TTL

[Obsolete("Deprecated in JVM")]
public static String HINT_TTL { get; set; }

Property Value

String

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

SUBTYPE_COLOR

[Obsolete("Deprecated in JVM")]
public static String SUBTYPE_COLOR { get; set; }

Property Value

String

SUBTYPE_CONTENT_DESCRIPTION

[Obsolete("Deprecated in JVM")]
public static String SUBTYPE_CONTENT_DESCRIPTION { get; set; }

Property Value

String

SUBTYPE_LAYOUT_DIRECTION

[Obsolete("Deprecated in JVM")]
public static String SUBTYPE_LAYOUT_DIRECTION { get; set; }

Property Value

String

SUBTYPE_MAX

[Obsolete("Deprecated in JVM")]
public static String SUBTYPE_MAX { get; set; }

Property Value

String

SUBTYPE_MESSAGE

[Obsolete("Deprecated in JVM")]
public static String SUBTYPE_MESSAGE { get; set; }

Property Value

String

SUBTYPE_MILLIS

[Obsolete("Deprecated in JVM")]
public static String SUBTYPE_MILLIS { get; set; }

Property Value

String

SUBTYPE_PRIORITY

[Obsolete("Deprecated in JVM")]
public static String SUBTYPE_PRIORITY { get; set; }

Property Value

String

SUBTYPE_RANGE

[Obsolete("Deprecated in JVM")]
public static String SUBTYPE_RANGE { get; set; }

Property Value

String

SUBTYPE_SOURCE

[Obsolete("Deprecated in JVM")]
public static String SUBTYPE_SOURCE { get; set; }

Property Value

String

SUBTYPE_TOGGLE

[Obsolete("Deprecated in JVM")]
public static String SUBTYPE_TOGGLE { get; set; }

Property Value

String

SUBTYPE_VALUE

[Obsolete("Deprecated in JVM")]
public static String SUBTYPE_VALUE { get; set; }

Property Value

String

Methods

DescribeContents()

[Obsolete("Deprecated in JVM")]
public int DescribeContents()

Returns

int

int

GetHints()

[Obsolete("Deprecated in JVM")]
public List<String> GetHints()

Returns

List<String>

List

GetItems()

[Obsolete("Deprecated in JVM")]
public List<SliceItem> GetItems()

Returns

List<SliceItem>

List

GetSpec()

[Obsolete("Deprecated in JVM")]
public SliceSpec GetSpec()

Returns

SliceSpec

SliceSpec

GetUri()

[Obsolete("Deprecated in JVM")]
public Uri GetUri()

Returns

Uri

Uri

IsCallerNeeded()

[Obsolete("Deprecated in JVM")]
public bool IsCallerNeeded()

Returns

bool

bool

WriteToParcel(Parcel, int)

[Obsolete("Deprecated in JVM")]
public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int