VoiceChromePresenterDelegate
public protocol VoiceChromePresenterDelegate : AnyObject
A delegate that application can extend to observe VoiceChromePresenter changes.
-
Notifies the
NuguVoiceChrometo be shown.Declaration
Swift
func voiceChromeWillShow() -
Notifies the
NuguVoiceChrometo be hidden.Declaration
Swift
func voiceChromeWillHide() -
Determines whether to set
UIApplication.shared.isIdleTimerDisabledto true.Declaration
Swift
func voiceChromeShouldDisableIdleTimer() -> Bool -
Determines whether to set
UIApplication.shared.isIdleTimerDisabledto false.Declaration
Swift
func voiceChromeShouldEnableIdleTimer() -> Bool
View on GitHub
VoiceChromePresenterDelegate Protocol Reference