SpaceKit

object SpaceKit : SpaceKitKoinComponent

This object handles all data/setup operations required prior to showing the SpaceKit UI, including the loading of HMDF data and checks for requisites such as permissions.

Functions

Link copied to clipboard
fun init(appContext: Context, options: SpaceKitOptions.() -> Unit = {})

This method must be called before interaction with the SpaceKit SDK. Should be in a common place such as your application's android.app.Application class.