• BlackBerry Dynamics
  • Runtime library for iOS applications
  • 12.0.1.79
<GDiOSDelegate> Protocol Reference

Handler for events dispatched from the BlackBerry Dynamics Runtime, including authorization events. More...

#import <BlackBerryDynamics/GD/GDiOS.h>

Description

Errors and state changes that occur when using GDiOS can be handled by creating a class that implements this protocol.

See also
GDState for an alternative interface.

Instance Methods

(void) - handleEvent:
 Callback for all events. More...
 

Method Documentation

◆ handleEvent:

- (void) handleEvent: (GDAppEvent *)  anEvent
optional

The callback is invoked whenever a BlackBerry Dynamics runtime object event occurs. Runtime object events include authorization results, see authorize (GDiOS) for details.

Parameters
anEventGDAppEvent populated with details of the event.

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