TransportBatch

data class TransportBatch(val actions: List<TransportAction>, val connectionState: AccountConnectionState, val idle: Boolean, val revision: Long, val typingIndicators: List<TypingIndicator>, val synchronization: SynchronizationState?)

Complete committed transition returned to the Android system executor.

Constructors

Link copied to clipboard
constructor(actions: List<TransportAction>, connectionState: AccountConnectionState, idle: Boolean, revision: Long, typingIndicators: List<TypingIndicator>, synchronization: SynchronizationState?)

Properties

Link copied to clipboard

newly committed effects in execution order

Link copied to clipboard

Rust-owned connection state

Link copied to clipboard

whether no delivery is leased or claimable

Link copied to clipboard

durable account revision

Link copied to clipboard

Current redacted synchronization progress, when running

Link copied to clipboard

authenticated non-durable typing state with Rust-owned expiry