DelegationAgentInterface

interface DelegationAgentInterface

The public interface for DelegationAgent Usually, used when external app interacts with NUGU

Types

Link copied to clipboard
enum Error : Enum<DelegationAgentInterface.Error>

Enum class for Error

Link copied to clipboard
interface OnRequestListener

The listener for request

Functions

Link copied to clipboard
abstract fun request(    playServiceId: String,     data: String,     listener: DelegationAgentInterface.OnRequestListener?): String

Sends a request to NUGU.

Inheritors

Link copied to clipboard