Okta Mobile Kotlin SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Okta Mobile Kotlin SDK
auth-foundation
/
com.okta.authfoundation.util
/
CoalescingOrchestrator
Coalescing
Orchestrator
class
CoalescingOrchestrator
<
T
:
Any
>
(
factory
:
suspend
(
)
->
T
,
keepDataInMemory
:
(
T
)
->
Boolean
,
awaitListener
:
(
)
->
Unit
?
=
null
)
Members
Constructors
Coalescing
Orchestrator
Link copied to clipboard
constructor
(
factory
:
suspend
(
)
->
T
,
keepDataInMemory
:
(
T
)
->
Boolean
,
awaitListener
:
(
)
->
Unit
?
=
null
)
Functions
get
Link copied to clipboard
suspend tailrec
fun
get
(
)
:
T