Class Session2Token
public class Session2Token : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
- Inheritance
-
Session2Token
- Implements
- Inherited Members
- Extension Methods
Constructors
Session2Token(Context, ComponentName)
public Session2Token(Context arg0, ComponentName arg1)
Parameters
arg0Contextarg1ComponentName
Session2Token(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 Session2Token(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
CREATOR
public static Parcelable.Creator CREATOR { 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
TYPE_SESSION
public static int TYPE_SESSION { get; set; }
Property Value
TYPE_SESSION_SERVICE
public static int TYPE_SESSION_SERVICE { get; set; }
Property Value
Methods
CreatePoolableInstance(Context, ComponentName)
HPA initializer for Session2Token(Android.Content.Context arg0, Android.Content.ComponentName arg1)
public static Session2Token CreatePoolableInstance(Context arg0, ComponentName arg1)
Parameters
arg0Contextarg1ComponentName
Returns
DescribeContents()
public int DescribeContents()
Returns
GetExtras()
public Bundle GetExtras()
Returns
GetPackageName()
public String GetPackageName()
Returns
GetServiceName()
public String GetServiceName()
Returns
GetType()
public int GetType()
Returns
GetUid()
public int GetUid()
Returns
WriteToParcel(Parcel, int)
public void WriteToParcel(Parcel arg0, int arg1)