#import <Foundation/Foundation.h>Classes | |
| protocol | <GDServiceClientDelegate> |
| Handler for AppKinetics consumer events. More... | |
| class | GDServiceClient |
| AppKinetics service consumer. More... | |
| protocol | <GDServiceDelegate> |
| AppKinetics service provider implementation. More... | |
| class | GDService |
| AppKinetics service provider. More... | |
Enumerations | |
| enum | GDTForegroundOption { GDEPreferMeInForeground, GDEPreferPeerInForeground, GDENoForegroundPreference } |
| Constants for specifying foreground execution preference. More... | |
Variables | |
| NSString *const | GDServicesErrorDomain |
| Error domain for AppKinetics errors. More... | |
| const NSInteger | GDServicesErrorGeneral |
| A general AppKinetics error occurred. More... | |
| const NSInteger | GDServicesErrorProcessSuspended |
| Application's process has been suspended by system. More... | |
| const NSInteger | GDServicesErrorApplicationNotFound |
| The service consumer sent a request to an application that couldn't be found on the device or computer. More... | |
| const NSInteger | GDServicesErrorServiceNotFound |
| The service consumer sent a request that specified a service that isn't supported by the service provider. More... | |
| const NSInteger | GDServicesErrorServiceVersionNotFound |
| The service consumer sent a request that specified a service version that isn't supported by the service provider. More... | |
| const NSInteger | GDServicesErrorMethodNotFound |
| The service consumer sent a request that specified a method that isn't supported by the service provider. More... | |
| const NSInteger | GDServicesErrorNotAllowed |
| The service consumer sent a request to an application that couldn't be unlocked. More... | |
| const NSInteger | GDServicesErrorInvalidParams |
| The application attempted to utilize an unsupported type as a service parameter, either in a service request or in a service response. More... | |
| const NSInteger | GDServicesErrorCertificateNotFound |
| The application attempted to establish a connection but couldn't find a valid X509 certificate. More... | |
| const NSInteger | GDServicesMethodDisabled |
| The service consumer sent a request that specified a method that has been disabled in the service provider. More... | |
| const NSInteger | GDServicesVersionDisabled |
| The service consumer sent a request that specified a service version that has been disabled in the service provider. More... | |
| const NSInteger | GDServicesServiceDisabled |
| The service consumer sent a request that specified a service that has been disabled in the service provider. More... | |
| const NSInteger | GDServicesErrorEnterpriseUserNotMatch |
| The application attempted to establish a connection to the application that was activated for a different user. More... | |
| NSString *const | GDFrontRequestService |
| BlackBerry Dynamics service ID for Front Request. More... | |
| NSString *const | GDFrontRequestMethod |
| Method name for the Front Request API. More... | |