GroupSession.Sessions
An asynchronous sequence of sessions you use to manage a specific activity.
Declaration
struct SessionsOverview
When a participant engages one of your app’s activities, a Sessions structure provides the session you use to handle synchronization. Iterate over the contents of this structure asynchronously to retrieve each new session the system delivers to your app. The system delivers only one GroupSession for each activity. To monitor changes to that session, configure subscribers to its published properties.
Don’t create this structure directly. Instead, use the sessions() method to retrieve the sessions.