CRYPTO SDK
Toggle table of contents
2025.11.02
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
CRYPTO SDK
Crypto-tracker
/
cz.kotox.crypto.sdk.tracker.internal.dto
/
CoinbaseWebSocketMessage
/
Subscriptions
Subscriptions
androidJvm
@
Serializable
@
SerialName
(
value
=
"subscriptions"
)
data
class
Subscriptions
(
val
type
:
String
,
val
channels
:
List
<
CoinbaseWebSocketMessage.Subscriptions.ChannelSubscription
>
)
:
CoinbaseWebSocketMessage
Members
Constructors
Subscriptions
Link copied to clipboard
androidJvm
constructor
(
type
:
String
,
channels
:
List
<
CoinbaseWebSocketMessage.Subscriptions.ChannelSubscription
>
)
Types
Channel
Subscription
Link copied to clipboard
androidJvm
@
Serializable
data
class
ChannelSubscription
(
val
name
:
String
,
val
productIds
:
List
<
String
>
)
Properties
channels
Link copied to clipboard
androidJvm
val
channels
:
List
<
CoinbaseWebSocketMessage.Subscriptions.ChannelSubscription
>
type
Link copied to clipboard
androidJvm
val
type
:
String