Class IBinder
public class IBinder : JVMBridgeBase<IBinder>, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IIBinder
- Inheritance
-
IBinder
- Implements
- Derived
- Extension Methods
Constructors
IBinder(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 IBinder(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
DUMP_TRANSACTION
public static int DUMP_TRANSACTION { get; set; }
Property Value
FIRST_CALL_TRANSACTION
public static int FIRST_CALL_TRANSACTION { get; set; }
Property Value
FLAG_ONEWAY
public static int FLAG_ONEWAY { get; set; }
Property Value
INTERFACE_TRANSACTION
public static int INTERFACE_TRANSACTION { 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
LAST_CALL_TRANSACTION
public static int LAST_CALL_TRANSACTION { get; set; }
Property Value
LIKE_TRANSACTION
public static int LIKE_TRANSACTION { get; set; }
Property Value
PING_TRANSACTION
public static int PING_TRANSACTION { get; set; }
Property Value
TWEET_TRANSACTION
public static int TWEET_TRANSACTION { get; set; }
Property Value
Methods
AddFrozenStateChangeCallback(Executor, FrozenStateChangeCallback)
public void AddFrozenStateChangeCallback(Executor arg0, IBinder.FrozenStateChangeCallback arg1)
Parameters
Exceptions
Dump(FileDescriptor, String[])
public void Dump(FileDescriptor arg0, String[] arg1)
Parameters
arg0FileDescriptorarg1String[]
Exceptions
DumpAsync(FileDescriptor, String[])
public void DumpAsync(FileDescriptor arg0, String[] arg1)
Parameters
arg0FileDescriptorarg1String[]
Exceptions
GetInterfaceDescriptor()
public String GetInterfaceDescriptor()
Returns
Exceptions
GetSuggestedMaxIpcSizeBytes()
public static int GetSuggestedMaxIpcSizeBytes()
Returns
IsBinderAlive()
public bool IsBinderAlive()
Returns
LinkToDeath(DeathRecipient, int)
public void LinkToDeath(IBinder.DeathRecipient arg0, int arg1)
Parameters
arg0IBinder.DeathRecipientarg1int
Exceptions
PingBinder()
public bool PingBinder()
Returns
QueryLocalInterface(String)
public IInterface QueryLocalInterface(String arg0)
Parameters
Returns
RemoveFrozenStateChangeCallback(FrozenStateChangeCallback)
public bool RemoveFrozenStateChangeCallback(IBinder.FrozenStateChangeCallback arg0)
Parameters
Returns
Transact(int, Parcel, Parcel, int)
public bool Transact(int arg0, Parcel arg1, Parcel arg2, int arg3)
Parameters
Returns
Exceptions
UnlinkToDeath(DeathRecipient, int)
public bool UnlinkToDeath(IBinder.DeathRecipient arg0, int arg1)
Parameters
arg0IBinder.DeathRecipientarg1int