共用方式為


BinderConsts.LikeTransaction 欄位

定義

警告

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

IBinder 通訊協定交易程式碼:以異步方式告訴應用程式呼叫端喜歡它。

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

欄位值

Value = 1598835019
屬性

備註

IBinder 通訊協定交易程式碼:以異步方式告訴應用程式呼叫端喜歡它。 應用程式負責遞增和維護自己的計數器,並可能會向用戶顯示此值,以指出應用程式的品質。 這是應用程式不需要處理的選擇性命令,因此預設實作不會執行任何動作。

沒有回應傳回,系統不會受到其功能影響,但它將改善應用程式的自尊心。

android.os.IBinder.LIKE_TRANSACTIONJava 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於