ChromeWindow
class ChromeWindow( context: Context, view: ViewGroup, nuguClientProvider: ChromeWindow.NuguClientProvider) : DialogUXStateAggregatorInterface.Listener, ASRAgentInterface.OnResultListener, ThemeManagerInterface.ThemeListener
Content copied to clipboard
Constructors
Link copied to clipboard
fun ChromeWindow( context: Context, view: ViewGroup, nuguClientProvider: ChromeWindow.NuguClientProvider)
Content copied to clipboard
Types
Functions
Link copied to clipboard
If some part of this view is not clipped by any of its parents, then return that area in r in global (root) coordinates.
Link copied to clipboard
Link copied to clipboard
open override fun onCancel(cause: ASRAgentInterface.CancelCause, header: Header)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun onDialogUXStateChanged( newState: DialogUXStateAggregatorInterface.DialogUXState, dialogMode: Boolean, payload: RenderDirective.Payload?, sessionActivated: Boolean)
Content copied to clipboard
Link copied to clipboard
open override fun onError( type: ASRAgentInterface.ErrorType, header: Header, allowEffectBeep: Boolean)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun setOnChipsClickListener(listener: ChromeWindow.OnChipsClickListener?)
Content copied to clipboard
Set a listener which invoked on chips clicked. A listener will override a default behavior.
Link copied to clipboard
fun setOnChromeWindowCallback(callback: ChromeWindow.OnChromeWindowCallback?)
Content copied to clipboard
set ChromeWindow callback
Link copied to clipboard
Link copied to clipboard
Control whether we should use the attached view to keep the screen on while asr is occurring.