Class TaskScheduler
-
- All Implemented Interfaces:
-
com.unity3d.mediation.internal.ads.tools.TaskSchedulerInterface
public final class TaskScheduler implements TaskSchedulerInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classTaskScheduler.Companion
-
Field Summary
Fields Modifier and Type Field Description public final static TaskScheduler.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description TaskScheduler(TaskSchedulingEngineInterface engine, ThreadDispatcherInterface dispatcher)
-
Method Summary
Modifier and Type Method Description TaskSchedulerInterface.ScheduleTaskschedule(Runnable task, Duration delay)-
-
Constructor Detail
-
TaskScheduler
TaskScheduler(TaskSchedulingEngineInterface engine, ThreadDispatcherInterface dispatcher)
-
-
Method Detail
-
schedule
TaskSchedulerInterface.ScheduleTask schedule(Runnable task, Duration delay)
-
-
-
-