Whiteboard Updated Options
data class WhiteboardUpdatedOptions(val whiteboardUsers: List<Map<String, Any?>>?, val whiteboardData: Map<String, Any?>?, val status: String?, val updateWhiteboardUsers: (List<WhiteboardUser>) -> Unit, val updateShapes: (List<WhiteboardShape>) -> Unit, val updateWhiteboardStarted: (Boolean) -> Unit, val updateWhiteboardEnded: (Boolean) -> Unit, val shapes: List<WhiteboardShape>)
Options for handling whiteboard updated events.
Constructors
Link copied to clipboard
constructor(whiteboardUsers: List<Map<String, Any?>>?, whiteboardData: Map<String, Any?>?, status: String?, updateWhiteboardUsers: (List<WhiteboardUser>) -> Unit, updateShapes: (List<WhiteboardShape>) -> Unit, updateWhiteboardStarted: (Boolean) -> Unit, updateWhiteboardEnded: (Boolean) -> Unit, shapes: List<WhiteboardShape>)