OnInitListener

interface OnInitListener : NativeMethodsReceiver.NativeListener

Types

Result
Link copied to clipboard
annotation class Result

Functions

initCodeToInt
Link copied to clipboard
open fun initCodeToInt(code: CoreInitException.ErrorCode): Int
onInitCompleted
Link copied to clipboard
abstract fun onInitCompleted(sygicContext: SygicContext)
onInitError
Link copied to clipboard
open fun onInitError(error: Int, message: String)