kalium
common
network
/
com.wire.kalium.network.api.v4.authenticated
/
ServerTimeApiV4
Server
Time
Api
V4
internal
open
class
ServerTimeApiV4
(
authenticatedNetworkClient
:
AuthenticatedNetworkClient
)
:
ServerTimeApiV3
Inheritors
ServerTimeApiV5
Members
Constructors
Server
Time
Api
V4
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>
>