onExtensionStartedWithContext
Occurrs when the extension is enabled.
virtual void onExtensionStartedWithContext(const ExtensionContext &context) {
(void)context;
}
The callback is triggered after the extension is successfully enabled.
Parameters
- context
- The context information of the extension, see ExtensionContext.