toggle menu
App2AppSDK
androidJvm
switch theme
search in API
client
/
pl.novelpay.client.sdk.extension
/
CoroutineScopeDescriptor
Coroutine
Scope
Descriptor
data
class
CoroutineScopeDescriptor
(
val
contextName
:
String
)
:
AbstractCoroutineContextElement
Members
Constructors
Coroutine
Scope
Descriptor
Link copied to clipboard
constructor
(
contextName
:
String
)
Types
Descriptor
Element
Key
Link copied to clipboard
object
DescriptorElementKey
:
CoroutineContext.Key
<
MessageContext
>
Properties
context
Name
Link copied to clipboard
val
contextName
:
String
key
Link copied to clipboard
open
override
val
key
:
CoroutineContext.Key
<
*
>
Functions
fold
Link copied to clipboard
open
override
fun
<
R
>
fold
(
initial
:
R
,
operation
:
(
R
,
CoroutineContext.Element
)
->
R
)
:
R
get
Link copied to clipboard
open
operator override
fun
<
E
:
CoroutineContext.Element
>
get
(
key
:
CoroutineContext.Key
<
E
>
)
:
E
?
minus
Key
Link copied to clipboard
open
override
fun
minusKey
(
key
:
CoroutineContext.Key
<
*
>
)
:
CoroutineContext
plus
Link copied to clipboard
open
operator
fun
plus
(
context
:
CoroutineContext
)
:
CoroutineContext