AWSLexAudioPlayerDelegate
Objective-C
@protocol AWSLexAudioPlayerDelegate <NSObject>
@optional
/*
* Sent to delegate when the Audio playback starts.
*/
- (void)interactionKitOnAudioPlaybackStarted:(AWSLexInteractionKit *)interactionKit;
/*
* Sent to delegate when the Audio playback finished.
*/
- (void)interactionKitOnAudioPlaybackFinished:(AWSLexInteractionKit *)interactionKit;
@end
Swift
protocol AWSLexAudioPlayerDelegate : NSObjectProtocol
Undocumented
-
Undocumented
Declaration
Objective-C
- (void)interactionKitOnAudioPlaybackStarted:(AWSLexInteractionKit *)interactionKit;Swift
optional func interactionKit(onAudioPlaybackStarted interactionKit: AWSLexInteractionKit) -
Undocumented
Declaration
Objective-C
- (void)interactionKitOnAudioPlaybackFinished:(AWSLexInteractionKit *)interactionKit;Swift
optional func interactionKit(onAudioPlaybackFinished interactionKit: AWSLexInteractionKit)
View on GitHub
Install in Dash
AWSLexAudioPlayerDelegate Protocol Reference