Contents

GroupSession.State.joined

An active state that indicates the session allows data synchronization between devices.

Declaration

case joined

Mentioned in

Discussion

Call the join() method to begin the transition to this state. When the transition completes, use the session object to synchronize your app’s data with the other participants’ devices.

See Also

Session states