Same as
Message.Obtain, but sets the values of the target, what,
arg1, and arg2 members.
Syntax
[Android.Runtime.Register("obtain", "(Landroid/os/Handler;III)Landroid/os/Message;", "")]
public static
Message Obtain (
Handler h,
int what,
int arg1,
int arg2)
Parameters
- h
- The target value to set.
- what
- The what value to set.
- arg1
- The arg1 value to set.
- arg2
- The arg2 value to set.
Returns
Documentation for this section has not yet been entered.
Remarks
Requirements
Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1