Binder.InterfaceConsts Class

Definition

public static class Binder.InterfaceConsts
type Binder.InterfaceConsts = class
Inheritance
Binder.InterfaceConsts

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Fields

DumpTransaction

IBinder protocol transaction code: dump internal state.

FirstCallTransaction

The first transaction code available for user commands.

FlagOneway
Obsolete.

Flag to #transact: this is a one-way call, meaning that the caller returns immediately, without waiting for a result from the callee.

InterfaceTransaction

IBinder protocol transaction code: interrogate the recipient side of the transaction for its canonical interface descriptor.

LastCallTransaction

The last transaction code available for user commands.

LikeTransaction

IBinder protocol transaction code: tell an app asynchronously that the caller likes it.

PingTransaction

IBinder protocol transaction code: pingBinder().

TweetTransaction

IBinder protocol transaction code: send a tweet to the target object.

Applies to