BinderConsts.LastCallTransaction Field

Definition

Caution

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

The last transaction code available for user commands.

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

Field Value

Value = 16777215
Attributes

Remarks

The last transaction code available for user commands.

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