Android.OS.BinderConsts.LikeTransaction Field
IBinder protocol transaction code: tell an app asynchronously that the caller likes it.

Value: 1598835019

Syntax

[Android.Runtime.Register("LIKE_TRANSACTION")]
public const int LikeTransaction

Remarks

IBinder protocol transaction code: tell an app asynchronously that the caller likes it. The app is responsible for incrementing and maintaining its own like counter, and may display this value to the user to indicate the quality of the app. This is an optional command that applications do not need to handle, so the default implementation is to do nothing.

There is no response returned and nothing about the system will be functionally affected by it, but it will improve the app's self-esteem.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 15