#import <UIKit/UIKit.h>#import "GDAppResultCode.h"#import "GDAppConfig.h"#import "GDVersion.h"#import "GTLauncherViewController.h"Classes | |
| class | GDAuthDelegateInfo |
| Provide information about the authentication delegate app, if one exists. More... | |
| class | GDAppEvent |
| Event dispatched from the BlackBerry Dynamics runtime. More... | |
| protocol | <GDiOSDelegate> |
| Handler for events dispatched from the BlackBerry Dynamics Runtime, including authorization events. More... | |
| class | GDiOS |
| BlackBerry Dynamics Runtime object interface, including authorization. More... | |
Enumerations | |
| enum | GDServiceType { GDServiceTypeApplication =0, GDServiceTypeServer } |
| Constants for BlackBerry Dynamics service type. More... | |
| enum GDServiceType |
This enumeration represents the type of service for which a service discovery query is being issued. The serviceType parameter of the getServiceProvidersFor: (GDiOS) function always takes one of these values.
| Enumerator | |
|---|---|
| GDServiceTypeApplication | Application-based service. |
| GDServiceTypeServer | Server-based service. |