Context

interface Context<T>

Context for subscription command.

Parameters

T

Type of the receive value from the subscription.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract val state: SubscriptionModel<T>

Functions

Link copied to clipboard

Dispatches the failure result of the subscription.

Link copied to clipboard

Dispatches the success result of the subscription.

Link copied to clipboard

Dispatches the result of the subscription.

Link copied to clipboard

Reports the subscription error.