IEvsAppEvents

interface IEvsAppEvents

Application events callback interface

Functions

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

Called when the rendering pipeline begins

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

Called 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()

Called when the glasses are ready for use

Link copied to clipboard
abstract fun onUnReady()

Called when the glasses were ready and got disconnected