nugu-android
nugu-agent
/
com.skt.nugu.sdk.agent.extension
/
ExtensionAgentInterface
/
OnCommandIssuedCallback
On
Command
Issued
Callback
interface
OnCommandIssuedCallback
:
EventCallback
<
ExtensionAgentInterface.ErrorType
>
Content copied to clipboard
callback interface for
issueCommand
Functions
Functions
on
Error
Link copied to clipboard
abstract
fun
onError
(
dialogRequestId
:
String
,
errorType
:
ExtensionAgentInterface.ErrorType
)
Content copied to clipboard
on
Success
Link copied to clipboard
abstract
fun
onSuccess
(
dialogRequestId
:
String
)
Content copied to clipboard