HandlerExecutor
open class HandlerExecutor : Executor
kotlin.Any | |
↳ | androidx.core.os.HandlerExecutor |
An adapter Executor
that posts all executed tasks onto the given Handler
.
Summary
Public constructors | |
---|---|
Public methods | |
---|---|
open Unit |
Public constructors
<init>
HandlerExecutor(@NonNull handler: Handler)