BinderConsts.InterfaceTransaction Field

Definition

Caution

Use 'Android.OS.IBinder.InterfaceTransaction'. This class will be removed in a future release.

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

[Android.Runtime.Register("INTERFACE_TRANSACTION")]
[System.Obsolete("Use 'Android.OS.IBinder.InterfaceTransaction'. This class will be removed in a future release.")]
public const int InterfaceTransaction = 1598968902;
[<Android.Runtime.Register("INTERFACE_TRANSACTION")>]
[<System.Obsolete("Use 'Android.OS.IBinder.InterfaceTransaction'. This class will be removed in a future release.")>]
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