![]() |
sensitivity.io for iOS & macOS
1.1.4
|
#import <LicenseRetriever.h>
Instance Methods | |
| (BOOL) | - retrieveToFileAndNotifyLoaderWithError: |
| (NSString *_Nullable) | - retrieveToStringAndNotifyLoaderWithError: |
Instance Methods inherited from HttpRetriever | |
| (NSString *_Nullable) | - destinationFileWithError: |
| (BOOL) | - setDestinationFile:withError: |
| (NSString *_Nullable) | - urlStringWithError: |
| (BOOL) | - retrieveToFileWithError: |
| (NSString *_Nullable) | - retrieveToStringWithError: |
Class Methods | |
| (instancetype _Nullable) | + sharedInstanceWithError: |
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: |
LicenseRetriever class is the specialized retriever which provides the means to download your license.
| - (BOOL) retrieveToFileAndNotifyLoaderWithError: | (NSError *_Nullable *_Nullable) | error |
Retrieves license to file and notifies license loader to load it.
| error | The error representing the reason for the failure |
| - (NSString * _Nullable) retrieveToStringAndNotifyLoaderWithError: | (NSError *_Nullable *_Nullable) | error |
Retrieves license, notifies license loader to load it and returns the license string.
| error | The error representing the reason for the failure |
| + (instancetype _Nullable) sharedInstanceWithError: | (NSError *_Nullable *_Nullable) | error |
Returns the singleton object of this class
| error | The error representing the reason for the failure |
1.8.13