public final class

TaskExecutors

extends Object
java.lang.Object
   ↳ com.google.android.gms.tasks.TaskExecutors

Class Overview

Standard Executor instances for use with Task.

Summary

Fields
public static final Executor MAIN_THREAD An Executor that uses the main application thread.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final Executor MAIN_THREAD

An Executor that uses the main application thread.