nugu-android
nugu-ux-kit
/
com.skt.nugu.sdk.platform.android.ux.template
/
TemplateView
Template
View
interface
TemplateView
Content copied to clipboard
Types
Functions
Properties
Inheritors
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
apply
Render
Info
Link copied to clipboard
abstract
fun
applyRenderInfo
(
renderInfo
:
Any
)
Content copied to clipboard
as
View
Link copied to clipboard
open
fun
asView
(
)
:
View
Content copied to clipboard
get
Render
Info
Link copied to clipboard
abstract
fun
getRenderInfo
(
)
:
Any
Content copied to clipboard
is
Nugu
Button
Visible
Link copied to clipboard
open
fun
isNuguButtonVisible
(
)
:
Boolean
Content copied to clipboard
load
Link copied to clipboard
@
MainThread
abstract
fun
load
(
templateContent
:
String
,
deviceTypeCode
:
String
,
dialogRequestId
:
String
,
onLoadingComplete
:
(
)
->
Unit
?
=
null
,
onLoadingFail
:
(
String
?
)
->
Unit
?
=
null
,
disableCloseButton
:
Boolean
)
Content copied to clipboard
set
Server
Url
Link copied to clipboard
open
fun
setServerUrl
(
url
:
String
)
Content copied to clipboard
update
Link copied to clipboard
@
MainThread
abstract
fun
update
(
templateContent
:
String
,
dialogRequestedId
:
String
)
Content copied to clipboard
Properties
template
Handler
Link copied to clipboard
abstract
var
templateHandler
:
TemplateHandler
?
Content copied to clipboard
Inheritors
TemplateNativeView
Link copied to clipboard
TemplateWebView
Link copied to clipboard