Android.OS.BinderConsts Members

The members of Android.OS.BinderConsts are listed below.

See Also: Inherited members from System.Object

Public Fields

const
DumpTransactionint (1598311760). IBinder protocol transaction code: dump internal state.
const
FirstCallTransactionint (1). The first transaction code available for user commands.
const
FlagOnewayTransactionFlags (1). Flag to BinderConsts.transact(int, android.os.Parcel, android.os.Parcel, int): this is a one-way call, meaning that the caller returns immediately, without waiting for a result from the callee.
const
InterfaceTransactionint (1598968902). IBinder protocol transaction code: interrogate the recipient side of the transaction for its canonical interface descriptor.
const
LastCallTransactionint (16777215). The last transaction code available for user commands.
const
LikeTransactionint (1598835019). IBinder protocol transaction code: tell an app asynchronously that the caller likes it.
const
PingTransactionint (1599098439). IBinder protocol transaction code: pingBinder().
const
TweetTransactionint (1599362900). IBinder protocol transaction code: send a tweet to the target object.