SoundAgentDelegate
public protocol SoundAgentDelegate : AnyObject
An delegate that appllication can extend to observe SoundState
changes.
-
Used to notify the observer of TTSState changes.
Declaration
Swift
func soundAgentDidChange(state: SoundState, header: Downstream.Header)
Parameters
state
The new
SoundState
of theSoundAgent
header
The header of the originally handled directive.