Android.OS.Message.Arg1 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("arg1")]
public int Arg1 { 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