IEvsAppEvents

interface IEvsAppEvents

Application events callback interface

Functions

Link copied to clipboard
open fun onBeforeRendering(timestamp: Long)

Notify the application when the rendering pipeline begins

Link copied to clipboard
open fun onBeginAuth(serial: String, fwVersion: Int)

Notify the application when the authentication process with the glasses begins

Link copied to clipboard
abstract fun onError(errCode: AppErrorCode, description: String)

Called when the SDK reports an error

Link copied to clipboard
abstract fun onReady()

Notify the application when the SDK is ready for use