Class PresentationStartEvent

  • All Implemented Interfaces:
    com.pexip.sdk.api.Event , com.pexip.sdk.api.infinity.InfinityEvent

    @Serializable()@SerialName(value = "presentation_start") 
    public final class PresentationStartEvent
     implements InfinityEvent
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getPresenterName()
      final ParticipantId getPresenterId()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PresentationStartEvent

        PresentationStartEvent(String presenterName, ParticipantId presenterId)