nugu-android
nugu-interface
/
com.skt.nugu.sdk.core.interfaces.message
/
Call
Call
interface
Call
Content copied to clipboard
Functions
Inheritors
Functions
call
Timeout
Link copied to clipboard
abstract
fun
callTimeout
(
)
:
Long
Content copied to clipboard
abstract
fun
callTimeout
(
millis
:
Long
)
:
Call
Content copied to clipboard
cancel
Link copied to clipboard
abstract
fun
cancel
(
)
Content copied to clipboard
enqueue
Link copied to clipboard
abstract
fun
enqueue
(
callback
:
MessageSender.Callback
?
)
:
Boolean
Content copied to clipboard
execute
Link copied to clipboard
abstract
fun
execute
(
)
:
Status
Content copied to clipboard
headers
Link copied to clipboard
abstract
fun
headers
(
)
:
Map
<
String
,
String
>
?
Content copied to clipboard
is
Canceled
Link copied to clipboard
abstract
fun
isCanceled
(
)
:
Boolean
Content copied to clipboard
is
Completed
Link copied to clipboard
abstract
fun
isCompleted
(
)
:
Boolean
Content copied to clipboard
no
Ack
Link copied to clipboard
abstract
fun
noAck
(
)
:
Call
Content copied to clipboard
on
Complete
Link copied to clipboard
abstract
fun
onComplete
(
status
:
Status
)
Content copied to clipboard
on
Start
Link copied to clipboard
abstract
fun
onStart
(
)
Content copied to clipboard
request
Link copied to clipboard
abstract
fun
request
(
)
:
MessageRequest
Content copied to clipboard
reschedule
Link copied to clipboard
abstract
fun
reschedule
(
)
Content copied to clipboard
Inheritors
FixedStateCall
Link copied to clipboard