toggle menu
Core
0.6.1
common
switch theme
search in API
Core
/
io.telereso.kmp.core
/
TasksExamples
Tasks
Examples
object
TasksExamples
Members
Functions
api
Call
Link copied to clipboard
@
JvmStatic
fun
apiCall
(
)
:
Task
<
String
>
exception
Link copied to clipboard
@
JvmStatic
fun
exception
(
)
:
Task
<
String
>
get
Delayed
Flow
String
Link copied to clipboard
@
JvmStatic
fun
getDelayedFlowString
(
)
:
CommonFlow
<
String
>
get
Flow
Link copied to clipboard
@
JvmStatic
fun
getFlow
(
)
:
CommonFlow
<
String
>
get
Flow
Payload
Link copied to clipboard
@
JvmStatic
fun
getFlowPayload
(
)
:
CommonFlow
<
JwtPayload
>
hi
Link copied to clipboard
@
JvmStatic
fun
hi
(
)
:
Task
<
String
>
hi
Delayed
Link copied to clipboard
@
JvmStatic
fun
hiDelayed
(
)
:
Task
<
String
>
test
Retry1
Link copied to clipboard
@
JvmStatic
fun
testRetry1
(
)
:
Task
<
String
>
test
Retry2
Link copied to clipboard
@
JvmStatic
@
JvmOverloads
fun
testRetry2
(
config
:
TaskConfig
?
=
null
)
:
Task
<
String
>
test
Retry3
Link copied to clipboard
@
JvmStatic
fun
testRetry3
(
config
:
TaskConfig
?
=
null
)
:
Task
<
String
>
test
Upload
File
Link copied to clipboard
@
JvmStatic
fun
testUploadFile
(
file
:
FileRequest
)
:
Task
<
String
>
test
Verify
Link copied to clipboard
fun
testVerify
(
coreClient
:
CoreClient
)
test
Verify
Failed
Link copied to clipboard
fun
testVerifyFailed
(
coreClient
:
CoreClient
)