Switchboard SDK
androidJvm
SwitchboardSDK
/
com.synervoz.switchboard.sdk.network
Package-level
declarations
Types
Types
Rooms
APIRequest
Link copied to clipboard
data
class
RoomsAPIRequest
(
val
name
:
String
,
val
type
:
String
,
val
appId
:
String
,
val
appSecret
:
String
)
:
APIRequest
Switchboard
API
Link copied to clipboard
class
SwitchboardAPI
(
baseURL
:
String
?
=
null
)