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 属性许可证中所述的术语使用。

适用于