• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 12.0.1.79
AppKinetics Miscellaneous Constants

These miscellaneous constants are part of the AppKinetics programming interface. More...

Enumerations

enum  GDTForegroundOption {
  GDEPreferMeInForeground,
  GDEPreferPeerInForeground,
  GDENoForegroundPreference
}
 Constants for specifying foreground execution preference. More...
 

Variables

NSString *const GDFrontRequestService
 BlackBerry Dynamics service ID for Front Request. More...
 
NSString *const GDFrontRequestMethod
 Method name for the Front Request API. More...
 

Detailed Description

For an overall description of AppKinetics see the GDService class reference.

Enumeration Type Documentation

◆ GDTForegroundOption

This enumeration represents a preference for which application is to execute in foreground. The option parameter of the sendTo (GDServiceClient) and replyTo (GDService) functions always takes one of these values. See function references for details.

Enumerator
GDEPreferMeInForeground 

The current application is to be in the foreground.

GDEPreferPeerInForeground 

The other application is to be in the foreground.

GDENoForegroundPreference 

There is no preference for which application is in foreground.

Variable Documentation

◆ GDFrontRequestService

NSString* const GDFrontRequestService

Use this constant to send or identify a front request. See under Foreground Execution and Front Request Programming Interface in the GDService class reference.

◆ GDFrontRequestMethod

NSString* const GDFrontRequestMethod

Use this constant to identify the method in a front request. See under Foreground Execution and Front Request Programming Interface in the GDService class reference.