nugu-android
nugu-interface
/
com.skt.nugu.sdk.core.interfaces.message
/
MessageSender
/
Callback
Callback
interface
Callback
Content copied to clipboard
The callback to the result of sending the message
Functions
Functions
on
Failure
Link copied to clipboard
abstract
fun
onFailure
(
request
:
MessageRequest
,
status
:
Status
)
Content copied to clipboard
on
Response
Start
Link copied to clipboard
abstract
fun
onResponseStart
(
request
:
MessageRequest
)
Content copied to clipboard
on
Success
Link copied to clipboard
abstract
fun
onSuccess
(
request
:
MessageRequest
)
Content copied to clipboard