![]() |
sensitivity.io for iOS & macOS
1.1.4
|
#import <ScannerSettingsRetriever.h>
Instance Methods | |
| (instancetype _Nullable) | - initWithError: |
Instance Methods inherited from SettingsRetriever | |
| (BOOL) | - setSettingsLoader:withError: |
| (BOOL) | - retrieveToFileAndNotifyLoaderWithError: |
| (NSString *_Nullable) | - retrieveToStringAndNotifyLoaderWithError: |
Instance Methods inherited from HttpRetriever | |
| (NSString *_Nullable) | - destinationFileWithError: |
| (BOOL) | - setDestinationFile:withError: |
| (NSString *_Nullable) | - urlStringWithError: |
| (BOOL) | - retrieveToFileWithError: |
| (NSString *_Nullable) | - retrieveToStringWithError: |
Additional Inherited Members | |
Class Methods inherited from HttpRetriever | |
| (BOOL) | + setHostName:withError: |
| (NSString *_Nullable) | + hostNameWithError: |
| (BOOL) | + setApiVersion:withError: |
| (NSString *_Nullable) | + apiVersionWithError: |
| (BOOL) | + setAccountId:withError: |
| (NSString *_Nullable) | + accountIdWithError: |
| (BOOL) | + setProjectId:withError: |
| (NSString *_Nullable) | + projectIdWithError: |
| (BOOL) | + setAuthenticationKey:withError: |
| (NSString *_Nullable) | + authenticationKeyWithError: |
| (BOOL) | + setApplicationId:withError: |
| (NSString *_Nullable) | + applicationIdWithError: |
Properties inherited from SettingsRetriever | |
| NSInteger | autoRetrieveInterval |
ScannerSettingsLoader class provides the means to download your scanner settings.
| - (instancetype _Nullable) initWithError: | (NSError *_Nullable *_Nullable) | error |
Initializes a new object immediately after memory for it has been allocated
| error | The error representing the reason for the failure |
1.8.13