Language

AsyncTask.Status.ValueOf(String) Method

Definition

Returns the enum constant with the specified name.

[Android.Runtime.Register("valueOf", "(Ljava/lang/String;)Landroid/os/AsyncTask$Status;", "")]
public static Android.OS.AsyncTask.Status ValueOf(string name);
[<Android.Runtime.Register("valueOf", "(Ljava/lang/String;)Landroid/os/AsyncTask$Status;", "")>]
static member ValueOf : string -> Android.OS.AsyncTask.Status

Parameters

name
String

The name to use.

Returns

The enum constant with the specified name.

Attributes

Remarks

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.

Java documentation for android.os.AsyncTask.Status.valueOf(java.lang.String).

Applies to