onFatalError property

(void Function(int errorCode)?) onFatalError
read / write

The callback that triggered a fatal error, causing the SDK to malfunction and unable to function properly.

Available since: 3.6.0 Description: The callback that triggered a fatal error. Trigger: The APP has enabled the restriction of access from foreign IP addresses, and the current client is outside of the domain. Restrictions: None. Caution: None.

  • errorCode Error code.

Implementation

static void Function(int errorCode)? onFatalError;