Skip to main content
API Reference com.nianticspatial.nsdk

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 NsdkLogCallback

Functions

NameTypeSummary
onLogvoid
-