• BlackBerry Dynamics
  • Runtime library for Android applications
  • 12.0.1.79
GDICCForegroundOptions Enum Reference

Constants for specifying foreground execution preference. More...

Description

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

Static Public Member Functions

static GDICCForegroundOptions createFromOrdinal (int ord)
 Constructor to create from ordinal.
 

Public Attributes

 PreferMeInForeground
 The current application is to be in the foreground. More...
 
 PreferPeerInForeground
 The other application is to be in the foreground. More...
 
 NoForegroundPreference
 There is no preference for which application is in foreground. More...
 

Member Data Documentation

◆ PreferMeInForeground

PreferMeInForeground

◆ PreferPeerInForeground

PreferPeerInForeground

◆ NoForegroundPreference

NoForegroundPreference