CoDoingState

@AutoValue
@PublicApi
public 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 methods

static CoDoingState.Builder

Returns a new Builder.

abstract byte[]

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

Public methods

builder

public static CoDoingState.Builder builder()

Returns a new Builder.

state

public abstract byte[] state()

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