ZegoSuperBoardEventHandler class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

cacheFile ↔ void Function(Map<Object?, Object?> info)?
Description:When the process of caching H5 files, you will receive multiple callbacks for the progress and results of uploading @param info of the caching h5 progress and result During file caching, you will receive multiple info. info includes the state, errorCode and infoMap keys.
getter/setter pair
onError ↔ void Function(int errorCode)?
Callback notification generated when a Super Board internal error occurs. You can identify the error type based on the error code. For more information about the error codes, see ZegoSuperBoardError.
getter/setter pair
onRemoteSuperBoardAuthChanged ↔ void Function(Map<Object?, Object?> authInfo)?
Receive a callback of SuperBoardSubView operation permission change.
getter/setter pair
onRemoteSuperBoardGraphicAuthChanged ↔ void Function(Map<Object?, Object?> authInfo)?
Callback of diagram element operation permission change. Operation permissions of diagram elements include diagram element creation, deletion, movement, update, and clearing.
getter/setter pair
onRemoteSuperBoardSubViewAdded ↔ void Function(ZegoSuperBoardSubViewModel subViewModel)?
Receive a callback of SuperBoardSubView addition.
getter/setter pair
onRemoteSuperBoardSubViewRemoved ↔ void Function(ZegoSuperBoardSubViewModel subViewModel)?
Receive a callback of SuperBoardSubView destroying.
getter/setter pair
onRemoteSuperBoardSubViewSwitched ↔ void Function(String uniqueID)?
Receive a callback of SuperBoardSubView switching.
getter/setter pair
onStepChange ↔ void Function()?
Description: Implement this method to monitor the animation step changes in the dynamic PPT. When to Trigger Notify when the animation steps in the dynamic PPT change.
getter/setter pair
onSuperBoardSubViewScrollChanged ↔ void Function(String uniqueID, int page, int pageCount)?
Callback for the page change.
getter/setter pair
onSuperBoardSubViewSizeChanged ↔ void Function(String uniqueID, Map size)?
Callback for the page size change.
getter/setter pair
uploadFile ↔ void Function(Map<Object?, Object?> info)?
Description:When the process of uploading files, you will receive multiple callbacks for the progress and results of uploading @param info of the upload progress and result During file upload, you will receive multiple info. info includes the state, errorCode and infoMap keys.
getter/setter pair
uploadH5File ↔ void Function(Map<Object?, Object?> info)?
Description:When the process of uploading H5 files, you will receive multiple callbacks for the progress and results of uploading @param info of the upload h5 progress and result During h5 file upload, you will receive multiple info. info includes the state, errorCode and infoMap keys.
getter/setter pair