apiCallExecuted property

ApiCallCallback? apiCallExecuted
getter/setter pair

Occurs when a method is executed by the SDK.

Param error The error code returned by the SDK when the method call fails. For detailed error information and troubleshooting methods, see Error Code and Warning Code.If the SDK returns 0, then the method call is successful.

Param api The method executed by the SDK.

Param result The result of the method call.

Implementation

ApiCallCallback? apiCallExecuted;