nugu-android
nugu-ux-kit
/
com.skt.nugu.sdk.platform.android.ux.template.webview
/
TemplateWebView
/
WebAppInterface
Web
App
Interface
inner
class
WebAppInterface
(
handler
:
TemplateHandler
)
Content copied to clipboard
Instantiate the interface and set the context
Constructors
Functions
Constructors
Web
App
Interface
Link copied to clipboard
fun
WebAppInterface
(
handler
:
TemplateHandler
)
Content copied to clipboard
Functions
close
Link copied to clipboard
fun
close
(
)
Content copied to clipboard
close
All
Link copied to clipboard
fun
closeAll
(
)
Content copied to clipboard
invoke
Activity
Link copied to clipboard
fun
invokeActivity
(
className
:
String
)
Content copied to clipboard
on
Button
Event
Link copied to clipboard
fun
onButtonEvent
(
eventType
:
String
,
data
:
String
)
Content copied to clipboard
on
Chip
Selected
Link copied to clipboard
fun
onChipSelected
(
text
:
String
)
Content copied to clipboard
on
Context
Changed
Link copied to clipboard
fun
onContextChanged
(
context
:
String
)
Content copied to clipboard
on
Control
Result
Link copied to clipboard
fun
onControlResult
(
action
:
String
,
result
:
String
)
Content copied to clipboard
on
Nugu
Button
Selected
Link copied to clipboard
fun
onNuguButtonSelected
(
)
Content copied to clipboard
player
Command
Link copied to clipboard
fun
playerCommand
(
command
:
String
,
param
:
String
)
Content copied to clipboard
request
TTS
Link copied to clipboard
fun
requestTTS
(
text
:
String
)
Content copied to clipboard
show
Toast
Link copied to clipboard
fun
showToast
(
toast
:
String
)
Content copied to clipboard
Show a toast from the web page