BinderConsts.FirstCallTransaction フィールド

定義

注意事項

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

ユーザー コマンドで使用できる最初のトランザクション コード。

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

フィールド値

Value = 1
属性

注釈

ユーザー コマンドで使用できる最初のトランザクション コード。

の Java ドキュメント android.os.IBinder.FIRST_CALL_TRANSACTION

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象