CoDoingState

@AutoValue
@PublicApi
abstract class CoDoingState


Represents the state of the co-doing activity.

Used when setting state and when receiving state updates from other participants.

Summary

Nested types

Builder for CoDoingState.

Public functions

java-static CoDoingState.Builder!

Returns a new Builder.

abstract ByteArray<Byte>!

Returns the opaque binary-encoded state update for the co-doing activity.

Public functions

builder

java-static fun builder(): CoDoingState.Builder!

Returns a new Builder.

state

abstract fun state(): ByteArray<Byte>!

Returns the opaque binary-encoded state update for the co-doing activity.