NsdkLogCallback
Functional interface for receiving log messages from NSDK. This callback is invoked by the native NSDK library to send log messages to the Kotlin/Java layer. The callback receives the log level, message, and optional source location information.
Declaration
interface NsdkLogCallbackFunctions
| Name | Type | Summary |
|---|---|---|
| onLog | void | - |