BinderConsts.PingTransaction Field

Definition

Caution

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

IBinder protocol transaction code: pingBinder().

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

Field Value

Int32
Attributes

Remarks

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