Uses of Interface
pl.edu.icm.unity.engine.api.session.SessionManagement.AttributeUpdater
-
Packages that use SessionManagement.AttributeUpdater Package Description pl.edu.icm.unity.engine.api.session Unity login session API -
-
Uses of SessionManagement.AttributeUpdater in pl.edu.icm.unity.engine.api.session
Classes in pl.edu.icm.unity.engine.api.session that implement SessionManagement.AttributeUpdater Modifier and Type Class Description static class
SessionParticipants.AddParticipantToSessionTask
Session attribute updater adding a new SessionParticipant to the session.Methods in pl.edu.icm.unity.engine.api.session with parameters of type SessionManagement.AttributeUpdater Modifier and Type Method Description void
SessionManagement. updateSessionAttributes(String id, SessionManagement.AttributeUpdater updater)
Updates the extra attributes of the session.
-