Package com.pexip.sdk.api.infinity
Class ParticipantUpdateEvent
-
- All Implemented Interfaces:
-
com.pexip.sdk.api.Event
@Serializable()@JvmInline() public final class ParticipantUpdateEvent implements Event
-
-
Field Summary
Fields Modifier and Type Field Description private final ParticipantResponseresponse
-
Constructor Summary
Constructors Constructor Description ParticipantUpdateEvent(ParticipantResponse response)
-
Method Summary
Modifier and Type Method Description final ParticipantResponsegetResponse()-
-
Constructor Detail
-
ParticipantUpdateEvent
ParticipantUpdateEvent(ParticipantResponse response)
-
-
Method Detail
-
getResponse
final ParticipantResponse getResponse()
-
-
-
-