Orchestration SDK 5.10.1
Loading...
Searching...
No Matches
CDDCDataFeederProtocol.h
Go to the documentation of this file.
1
2//
3// Copyright (c) since 1999. VASCO DATA SECURITY
4// All rights reserved. http://www.vasco.com
5//
7
8#import <Foundation/Foundation.h>
9NS_ASSUME_NONNULL_BEGIN
10
14NS_REFINED_FOR_SWIFT
15@protocol CDDCDataFeederProtocol <NSObject>
16
23- (BOOL)setApplicationReleaseDate:(long)applicationReleaseDate error:(NSError **)error;
24
29- (void)setDeviceRooted:(BOOL)deviceRooted
30DEPRECATED_MSG_ATTRIBUTE("This method has been renamed to -[CDDCDataFeederProtocol setDeviceJailbroken:]");
31
36- (void)setDeviceJailbroken:(BOOL)deviceJailbroken;
37
42- (void)setRaspProtected:(BOOL)raspProtected;
43
48- (void)setUntrustedKeyboard:(BOOL)untrustedKeyboard
49DEPRECATED_MSG_ATTRIBUTE("This method will be removed in a future version");
50
55- (void)setUntrustedScreenReaders:(BOOL)screenReader
56DEPRECATED_MSG_ATTRIBUTE("This method will be removed in a future version");
57
62- (void)setHookingFrameworks:(BOOL)hookingFrameworks;
63
68- (void)setNativeCodeHooks:(BOOL)nativeCodeHooks
69DEPRECATED_MSG_ATTRIBUTE("This method will be removed in a future version");
70
75- (void)setDebuggerAttached:(BOOL)debuggerAttached;
76
81- (void)setApplicationRepackaged:(BOOL)applicationRepackaged;
82
87- (void)setScreenshotDetected:(BOOL)screenshotDetected;
88
93- (void)setLibraryInjectionDetected:(BOOL)libraryInjectionDetected;
94
101- (BOOL)setRootingProbability:(int)rootingProbability error:(NSError **)error
102DEPRECATED_MSG_ATTRIBUTE("This method will be removed in a future version");
103
104@end
105
106NS_ASSUME_NONNULL_END