toggle menu
adyen-android
androidJvm
switch theme
search in API
sessions-core
/
com.adyen.checkout.sessions.core.internal.data.api
Package-level
declarations
Types
Types
Session
Repository
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
class
SessionRepository
(
sessionService
:
SessionService
,
clientKey
:
String
)
Session
Service
Link copied to clipboard
@
RestrictTo
(
value
=
[
RestrictTo.Scope.LIBRARY_GROUP
]
)
class
SessionService
(
httpClient
:
HttpClient
,
coroutineDispatcher
:
CoroutineDispatcher
=
DispatcherProvider.IO
)