hypertrack-sdk
hypertrack-sdk
/
com.hypertrack.sdk.utils
/
Util
Util
object
Util
Content copied to clipboard
Functions
Functions
launch
In
Background
Link copied to clipboard
fun
launchInBackground
(
block
:
suspend
CoroutineScope
.
(
)
->
Unit
)
:
Job
Content copied to clipboard
launch
In
Foreground
Link copied to clipboard
fun
launchInForeground
(
block
:
suspend
CoroutineScope
.
(
)
->
Unit
)
:
Job
Content copied to clipboard
run
On
Main
Thread
Link copied to clipboard
fun
runOnMainThread
(
runnable
:
Runnable
)
Content copied to clipboard