Uses of Class
com.sportradar.mbs.sdk.entities.channel.Channel
Packages that use Channel
-
Uses of Channel in com.sportradar.mbs.sdk.entities.channel
Subclasses of Channel in com.sportradar.mbs.sdk.entities.channelModifier and TypeClassDescriptionclass
Represents an agent channel.class
Represents a Call Centre channel.class
Represents an internet channel.class
Represents a mobile app channel.class
Represents a mobile channel.class
Represents a phone channel in the system.class
Represents a retail channel.class
Represents an SMS channel.class
Represents a terminal channel.class
Represents a TV app channel. -
Uses of Channel in com.sportradar.mbs.sdk.entities.common
Methods in com.sportradar.mbs.sdk.entities.common that return ChannelModifier and TypeMethodDescriptionCasinoContext.getChannel()
Gets the channel.TicketContext.getChannel()
Gets the channel associated with the ticket context.Methods in com.sportradar.mbs.sdk.entities.common with parameters of type ChannelModifier and TypeMethodDescriptionCasinoContext.Builder.setChannel
(Channel value) Sets the channel.void
CasinoContext.setChannel
(Channel value) Sets the channel.TicketContext.Builder.setChannel
(Channel value) Sets the channel associated with the ticket context.void
TicketContext.setChannel
(Channel value) Sets the channel associated with the ticket context.