iSpeechSDKDelegate Protocol Reference
Conforms to | NSObject |
Declared in | iSpeechSDK.h |
Overview
iSpeechSDKDelegate has optional methods to be notified when things happen on the SDK. Currently only notifies when an audio session interruption begins and ends.
Tasks
-
– iSpeechSDKDidBeginInterruption:
The audio session has been interrupted. See Responding to Audio Session Interruptions in the Audio Session Programming Guide.
-
– iSpeechSDKDidEndInterruption:
The interupption on the audio session has ended. See Responding to Audio Session Interruptions in the Audio Session Programming Guide.
Instance Methods
iSpeechSDKDidBeginInterruption:
The audio session has been interrupted. See Responding to Audio Session Interruptions in the Audio Session Programming Guide.
- (void)iSpeechSDKDidBeginInterruption:(iSpeechSDK *)sdk
Parameters
- sdk
The shared instance of the SDK.
Declared In
iSpeechSDK.h
iSpeechSDKDidEndInterruption:
The interupption on the audio session has ended. See Responding to Audio Session Interruptions in the Audio Session Programming Guide.
- (void)iSpeechSDKDidEndInterruption:(iSpeechSDK *)sdk
Parameters
- sdk
The shared instance of the SDK.
Declared In
iSpeechSDK.h