api/define library
Classes
- CompletionHandler
- Completion callback interface.
Typedefs
- ExperimentalAPICallback = void Function(int code, String message, String jsonStr)
- Callback for experimental API invocation completion, delivering the error code, message and the JSON string returned by the engine.
- ExperimentalEventCallback = void Function(String roomID, String jsonStr)
- Callback for experimental event subscription, delivering roomID and JSON payload.