onRemoteSuperBoardAuthChanged property

void Function(Map<Object?, Object?> authInfo)? onRemoteSuperBoardAuthChanged
getter/setter pair

Receive a callback of SuperBoardSubView operation permission change.

Supported version: 2.0.0

Description: This operation permission change callback is used to control whiteboard operations, such as zooming and scrolling.

Notification time: A permission change notification is received from the backend.

@param authInfo authInfo contains the scale and scroll keys. The key values are 0 and 1. 0 indicates that the corresponding permission is disabled, and 1 indicates that the corresponding permission is enabled.

Implementation

static void Function(Map<Object?, Object?> authInfo)?
    onRemoteSuperBoardAuthChanged;