Android.OS.Message.Arg2 Property
arg1 and arg2 are lower-cost alternatives to using Message.Data if you only need to store a few integer values.

Syntax

[Android.Runtime.Register("arg2")]
public int Arg2 { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

arg1 and arg2 are lower-cost alternatives to using Message.Data if you only need to store a few integer values.

[Android Documentation]

Requirements

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