BinderConsts.TweetTransaction Field

Definition

Caution

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

IBinder protocol transaction code: send a tweet to the target object.

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

Field Value

Int32
Attributes

Remarks

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