• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 12.0.1.79
GDAppEvent Class Reference

Event dispatched from the BlackBerry Dynamics runtime. More...

#import <BlackBerryDynamics/GD/GDiOS.h>

Inheritance diagram for GDAppEvent:

Description

This class is used to deliver events to the GDiOS event handler in the application. See GDiOSDelegate.

Properties

NSString * message
 Textual description of the event. More...
 
GDAppResultCode code
 Numeric result code. More...
 
GDAppEventType type
 Numeric event type. More...
 

Property Documentation

◆ message

- (NSString *) message
readwritenonatomiccopy

This property contains a textual description of the event. The text is suitable for display to the end user, at least for reporting diagnostic information for support purposes.

◆ code

- (GDAppResultCode) code
readwritenonatomicassign

This property contains a numeric result code. For success events, the GDErrorNone code is used. Other values in the GDAppEvent::code enumeration are used for errors.

◆ type

- (GDAppEventType) type
readwritenonatomicassign

This property contains a numeric type code. To determine the type of event being notified, compare this property's value to the constants in the GDAppEvent::type enumeration.


The documentation for this class was generated from the following file: