kmp-toolkit
Toggle table of contents
ios
Target filter
ios
Switch theme
Search in API
Skip to content
kmp-toolkit
app-shell
/
com.siddharth.kmp.appshell
/
IosAppUpdateManager
/
IosAppUpdateManager
Ios
App
Update
Manager
ios
constructor
(
bundleId
:
String
?
=
NSBundle.mainBundle.bundleIdentifier
,
currentVersion
:
String
=
(NSBundle.mainBundle.objectForInfoDictionaryKey("CFBundleShortVersionString") as? String) ?: "0"
,
httpClient
:
HttpClient
=
HttpClient(Darwin)
)