ConnectionStateChange

data class ConnectionStateChange(val oldState: ConnectionState, val newState: ConnectionState)

A connection state change indicates a change in the SyncSession's underlying connection state.

See also

Constructors

Link copied to clipboard
constructor(oldState: ConnectionState, newState: ConnectionState)

Properties

Link copied to clipboard

the sync session's new connection state.

Link copied to clipboard

the sync session's old connection state.