toggle menu
korge-root
5.1.0
android
switch theme
search in API
korge-core
/
korlibs.io.android
Package-level
declarations
Types
Functions
Types
Android
Coroutine
Context
Link copied to clipboard
android
class
AndroidCoroutineContext
(
val
context
:
Context
)
:
CoroutineContext.Element
Functions
android
Context
Link copied to clipboard
android
suspend
fun
androidContext
(
)
:
Context
android
Context
Link copied to clipboard
android
fun
CoroutineContext
.
androidContext
(
)
:
Context
android
Context
Or
Null
Link copied to clipboard
android
suspend
fun
androidContextOrNull
(
)
:
Context
?
android
Context
Or
Null
Link copied to clipboard
android
fun
CoroutineContext
.
androidContextOrNull
(
)
:
Context
?
with
Android
Context
Link copied to clipboard
android
suspend
fun
<
T
>
withAndroidContext
(
context
:
Context
,
callback
:
suspend
CoroutineScope
.
(
)
->
T
)
:
T