Binder.InterfaceConsts.InterfaceTransaction Field

Definition

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

[Android.Runtime.Register("INTERFACE_TRANSACTION")]
public const int InterfaceTransaction = 1598968902;
[<Android.Runtime.Register("INTERFACE_TRANSACTION")>]
val mutable InterfaceTransaction : int

Field Value

Value = 1598968902
Attributes

Remarks

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

Java documentation for android.os.IBinder.INTERFACE_TRANSACTION.

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.

Applies to