kalium
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
kalium
network
/
com.wire.kalium.network.api.v10.authenticated
/
ServerTimeApiV10
Server
Time
Api
V10
internal
open
class
ServerTimeApiV10
(
authenticatedNetworkClient
:
AuthenticatedNetworkClient
)
:
ServerTimeApiV9
Members
Constructors
Server
Time
Api
V10
Link copied to clipboard
constructor
(
authenticatedNetworkClient
:
AuthenticatedNetworkClient
)
Functions
get
Api
Not
Supported
Error
Link copied to clipboard
open
fun
getApiNotSupportedError
(
apiName
:
String
,
apiVersion
:
Int
)
:
NetworkResponse.Error
get
Server
Time
Link copied to clipboard
open
suspend override
fun
getServerTime
(
)
:
NetworkResponse
<
<Error class: unknown class>
>