SubscriptionAction
Subscription actions are used to update the subscription state.
Parameters
T
Type of the receive value from the subscription.
Inheritors
Types
Link copied to clipboard
Forces the subscription to update the data.
Link copied to clipboard
data class ReceiveFailure(val error: Throwable, val errorUpdatedAt: Long) : SubscriptionAction<Nothing>
Indicates that the subscription has failed.
Link copied to clipboard
Indicates that the subscription is successful.
Link copied to clipboard
Resets the subscription state.
Link copied to clipboard
Restarts the subscription state.