AsyncOperation

A container for the information about an asynchronous operation.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time that the request was sent to the service.

Link copied to clipboard

The specific operation for the asynchronous request.

Link copied to clipboard

The parameters associated with the request.

Link copied to clipboard

The current status of the request.

Link copied to clipboard

The request token associated with the request.

Link copied to clipboard

The details of the response.

Functions

Link copied to clipboard
inline fun copy(block: AsyncOperation.Builder.() -> Unit = {}): AsyncOperation
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String