Update

class Update

An object representing an asynchronous update.

Types

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

Properties

Link copied to clipboard

The Unix epoch timestamp at object creation.

Link copied to clipboard

Any errors associated with a Failed update.

Link copied to clipboard
val id: String?

A UUID that is used to track the update.

Link copied to clipboard

A key-value map that contains the parameters associated with the update.

Link copied to clipboard

The current status of the update.

Link copied to clipboard

The type of the update.

Functions

Link copied to clipboard
inline fun copy(block: Update.Builder.() -> Unit = {}): Update
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