Mapsted Android SDK 26.8.1
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Mapsted Android SDK 26.8.1
android-app-template
/
com.mapsted.app_template.presentation.splash
/
SplashViewModel
Splash
View
Model
class
SplashViewModel
(
connectivityManager
:
ConnectivityManager
)
:
ViewModel
Members
Constructors
Splash
View
Model
Link copied to clipboard
constructor
(
connectivityManager
:
ConnectivityManager
)
Properties
ui
Connection
State
Link copied to clipboard
val
uiConnectionState
:
StateFlow
<
Boolean
>
ui
Force
Update
Required
State
Link copied to clipboard
val
uiForceUpdateRequiredState
:
StateFlow
<
Boolean
>
ui
Startup
Progress
State
Link copied to clipboard
val
uiStartupProgressState
:
StateFlow
<
String
>
Functions
add
Closeable
Link copied to clipboard
open
fun
addCloseable
(
closeable
:
AutoCloseable
)
fun
addCloseable
(
key
:
String
,
closeable
:
AutoCloseable
)
get
Closeable
Link copied to clipboard
fun
<
T
:
AutoCloseable
>
getCloseable
(
key
:
String
)
:
T
?
get
Force
Update
Required
Link copied to clipboard
fun
getForceUpdateRequired
(
packageName
:
String
,
versionCode
:
Long
,
progressMessage
:
String
)
is
Connected
Link copied to clipboard
fun
isConnected
(
)
:
Boolean
set
Start
Progress
Message
Link copied to clipboard
fun
setStartProgressMessage
(
message
:
String
)