Package com.skt.nugu.sdk.core.interfaces.transport
Types
Link copied to clipboard
The collection of runtime options for a new RPC call.
Link copied to clipboard
The collection of runtime options for creating a new Channel.
Link copied to clipboard
class FixedStateCall( val status: Status, val request: MessageRequest, listener: MessageSender.OnSendMessageListener) : Call
Content copied to clipboard
This class returns a predefined status
Link copied to clipboard
Link copied to clipboard
This is the interface for the transport factory
Link copied to clipboard
An interface class which allows a derived class to observe a Transport implementation.