nugu-android
nugu-ux-kit
/
com.skt.nugu.sdk.platform.android.ux.template.presenter
/
TemplateViewModel
Template
View
Model
class
TemplateViewModel
:
ViewModel
Content copied to clipboard
Types
Constructors
Properties
Constructors
Template
View
Model
Link copied to clipboard
fun
TemplateViewModel
(
)
Content copied to clipboard
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Properties
external
Renderer
Link copied to clipboard
var
externalRenderer
:
TemplateRenderer.ExternalViewRenderer
?
=
null
Content copied to clipboard
nugu
Client
Provider
Link copied to clipboard
lateinit
var
nuguClientProvider
:
TemplateRenderer.NuguClientProvider
Content copied to clipboard
on
Close
Link copied to clipboard
var
onClose
:
(
)
->
Unit
?
=
null
Content copied to clipboard
render
Notified
Link copied to clipboard
var
renderNotified
:
TemplateFragment.RenderNotifyState
Content copied to clipboard
template
Handler
Link copied to clipboard
var
templateHandler
:
TemplateHandler
?
=
null
Content copied to clipboard
template
Loading
Listener
Link copied to clipboard
var
templateLoadingListener
:
TemplateRenderer.TemplateLoadingListener
?
=
null
Content copied to clipboard