WhiteboardEndedOptions

data class WhiteboardEndedOptions(val updateWhiteboardStarted: (Boolean) -> Unit, val updateWhiteboardEnded: (Boolean) -> Unit, val updateShapes: (List<WhiteboardShape>) -> Unit)

Options for handling whiteboard ended events.

Constructors

Link copied to clipboard
constructor(updateWhiteboardStarted: (Boolean) -> Unit, updateWhiteboardEnded: (Boolean) -> Unit, updateShapes: (List<WhiteboardShape>) -> Unit)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard