onRemoteSuperBoardSubViewAdded property
void Function(ZegoSuperBoardSubViewModel subViewModel)?
onRemoteSuperBoardSubViewAdded
getter/setter pair
Receive a callback of SuperBoardSubView addition.
Supported version: 2.0.0
Notification time: The local client will receive this notification when other users in the room successfully create a whiteboard or file by calling the createWhiteboardView or createFileView API.
@param model Model of the added SuperBoardSubView
Implementation
static void Function(ZegoSuperBoardSubViewModel subViewModel)?
onRemoteSuperBoardSubViewAdded;