blackberry.com
BlackBerry Dynamics
Runtime library for macOS applications
from the application developer portal
Properties

GDAppEvent Class Reference

Event dispatched from the Good Dynamics Runtime. More...

#import <GDMac.h>

List of all members.

Properties


Detailed Description

This class is used to deliver events to the GDMac event handler in the application. See GDMacDelegate.


Property Documentation

- (NSString *) message [read, write, copy]

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.

- (GDAppResultCode) code [read, write, assign]

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

- (GDAppEventType) type [read, write, assign]

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 GDAppEventType enumeration.


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