Android
Configuration
HyperOTAReact(
context.applicationContext,
"hyperswitch", // appId
"hyperswitch.bundle", // bundle name
BuildConfig.VERSION_NAME, // app version
hyperOTAUrl, // release config URL
headers,
object : LazyDownloadCallback {
override fun fileInstalled(filePath: String, success: Boolean) {}
override fun lazySplitsInstalled(success: Boolean) {}
},
tracker
).also { hyperOTAServices = it }Last updated
Was this helpful?

