shared
1.32.6
common
shared
/
io.dyte.core.socket
/
SocketOptions
Socket
Options
data
class
SocketOptions
(
val
queryParams
:
Map
<
String
,
String
>
?
,
val
transport
:
SocketOptions.Transport
=
DEFAULT
)
Members
Constructors
Socket
Options
Link copied to clipboard
constructor
(
queryParams
:
Map
<
String
,
String
>
?
,
transport
:
SocketOptions.Transport
=
DEFAULT
)
Types
Transport
Link copied to clipboard
enum
Transport
:
Enum
<
SocketOptions.Transport
>
Properties
query
Params
Link copied to clipboard
val
queryParams
:
Map
<
String
,
String
>
?
transport
Link copied to clipboard
val
transport
:
SocketOptions.Transport