HMSWhiteboardUpdate

sealed class HMSWhiteboardUpdate

A sealed class representing different types of updates related to a HMS whiteboard.

Types

Link copied to clipboard
data class Start(val hmsWhiteboard: HMSWhiteboard) : HMSWhiteboardUpdate

Represents the start of a whiteboard session.

Link copied to clipboard
data class Stop(val hmsWhiteboard: HMSWhiteboard) : HMSWhiteboardUpdate

Represents the stop or end of a whiteboard session.

Inheritors

Link copied to clipboard
Link copied to clipboard