blackberry.com
BlackBerry Dynamics
Runtime library for macOS applications
from the application developer portal
Enumerations | Variables

AppKinetics Miscellaneous Constants

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

Enumerations

Variables


Detailed Description

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


Enumeration Type Documentation

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

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.

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.