BinderConsts.DumpTransaction Field

Definition

Caution

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

IBinder protocol transaction code: dump internal state.

[Android.Runtime.Register("DUMP_TRANSACTION")]
[System.Obsolete("Use 'Android.OS.IBinder.DumpTransaction'. This class will be removed in a future release.")]
public const int DumpTransaction = 1598311760;
[<Android.Runtime.Register("DUMP_TRANSACTION")>]
[<System.Obsolete("Use 'Android.OS.IBinder.DumpTransaction'. This class will be removed in a future release.")>]
val mutable DumpTransaction : int

Field Value

Value = 1598311760
Attributes

Remarks

IBinder protocol transaction code: dump internal state.

Java documentation for android.os.IBinder.DUMP_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