Kofax Mobile SDK API Reference
kfxKUTVoiceover.h
Go to the documentation of this file.
1 //
2 // API Reference
3 // kfxKUTVoiceover.h
4 // Framework: kfxLibUtilities
5 //
6 // Copyright (c) 2012 - 2017 Kofax. Use of this code is with permission pursuant to Kofax license terms.
7 //
8 
9 #import <AVFoundation/AVFoundation.h>
10 
12 
15 @interface kfxKUTVoiceover : NSObject
16 
17 // ===================================================
19 
22 + (instancetype)sharedInstance;
23 
24 // ===================================================
26 
29 - (BOOL)isVoiceoverActive;
30 
31 // ===================================================
33 
38 - (void)speakPhrase:(NSString*)phrase;
39 
40 // ===================================================
42 
45 - (void)stopSpeaking;
46 
47 @end
void stopSpeaking()
Stop the current phrase being spoken.
BOOL isVoiceoverActive()
Determine if voiceover (acessibility) is active or not.
Accessibiity support.
Definition: kfxKUTVoiceover.h:15
instancetype sharedInstance()
Get Singleton instance.
Untitled Document © 2018 Kofax, Inc. All rights reserved. Use is subject to license terms.