PowerSync Kotlin
Toggle table of contents
common
web
Target filter
common
web
Switch theme
Search in API
Skip to content
PowerSync Kotlin
PowerSync Common
/
com.powersync.utils
Package-level
declarations
Types
Functions
Types
Atomic
Mutable
Set
Link copied to clipboard
class
AtomicMutableSet
<
T
>
:
SynchronizedObject
Json
Param
Link copied to clipboard
sealed
class
JsonParam
Functions
generate
Logger
Link copied to clipboard
fun
generateLogger
(
logger
:
Logger
?
)
:
Logger
to
Json
Object
Link copied to clipboard
fun
Map
<
String
,
JsonParam
?
>
.
toJsonObject
(
)
:
JsonObject
with
Abort
Signal
Link copied to clipboard
web
suspend
fun
<
T
>
withAbortSignal
(
block
:
suspend
CoroutineScope
.
(
JsAny
)
->
T
)
:
T
Runs a suspending function with a JavaScript abort signal hooked to its job.