Lingua

IFuture.State.Values Method

Definition

Returns an array containing the constants of this enum class, in the order they are declared.

[Android.Runtime.Register("values", "()[Ljava/util/concurrent/Future$State;", "", ApiSince=36)]
public static Java.Util.Concurrent.IFuture.State[]? Values();
[<Android.Runtime.Register("values", "()[Ljava/util/concurrent/Future$State;", "", ApiSince=36)>]
static member Values : unit -> Java.Util.Concurrent.IFuture.State[]

Returns

State[]

an array containing the constants of this enum class, in the order they are declared

Attributes

Remarks

Returns an array containing the constants of this enum class, in the order they are declared.

Java reference for java.util.concurrent.Future.State.values.

Applies to