Package-level declarations
This package contains interfaces and classes used across the SDK.
Types
Link copied to clipboard
interface CallbackExecutor
Generic contract for an executor of Runnable callbacks.
Link copied to clipboard
Represents a cancellable operation.
Link copied to clipboard
Actual implementation of Parcelable for Android - a type alias to android.os.Parcelable.
Link copied to clipboard
Class that represents either the Success outcome with a value of type SuccessType or Failure with a value of type FailureType.
Link copied to clipboard
The actual implementation of the TaskHandler class for the Android platform. It uses the Android Handler and Looper to execute tasks asynchronously on the main thread.
A multiplatform utility for handling tasks asynchronously on different platforms. The TaskHandler class provides a common interface for posting tasks to be executed on different platforms.