Binder.InterfaceConsts Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 |
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. |