Package-level declarations
This package contains interfaces and classes used across the SDK.
Types
Link copied to clipboard
Generic contract for an executor of Runnable callbacks.
Link copied to clipboard
Represents a cancellable operation.
Link copied to clipboard
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 implementation of the TaskHandler class for the Android platform. It uses the Android Handler and Looper to execute tasks asynchronously on the main thread.