The members of Android.OS.BinderConsts are listed below.
See Also: Inherited members from System.Object
const | DumpTransaction | int (1598311760). IBinder protocol transaction code: dump internal state. |
const | FirstCallTransaction | int (1). The first transaction code available for user commands. |
const | FlagOneway | TransactionFlags (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 | InterfaceTransaction | int (1598968902). IBinder protocol transaction code: interrogate the recipient side of the transaction for its canonical interface descriptor. |
const | LastCallTransaction | int (16777215). The last transaction code available for user commands. |
const | LikeTransaction | int (1598835019). IBinder protocol transaction code: tell an app asynchronously that the caller likes it. |
const | PingTransaction | int (1599098439). IBinder protocol transaction code: pingBinder(). |
const | TweetTransaction | int (1599362900). IBinder protocol transaction code: send a tweet to the target object. |