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

Delegate for handling GDHttpRequest state transitions (deprecated). More...

#import <GDNETiOS.h>

Description

Deprecated:
This class is deprecated and will be removed in a future release. It is associated with a deprecated class, GDHttpRequest class.

Errors and state changes that occur when using GDHttpRequest are handled by creating a class that implements this protocol.

Instance Methods

(void) - onStatusChange:
 Callback for state changes and received data (deprecated). More...
 

Method Documentation

◆ onStatusChange:

- (void) onStatusChange: (id)  httpRequest
required
Deprecated:
This function is deprecated and will be removed in a future release. It is associated with a deprecated class, GDHttpRequest.

This callback is invoked whenever the corresponding GDHttpRequest changes state, or when more response data is received.

The function that is invoked should initially call getState to determine the ready state.

Depending on the ready state, other member functions may then be called by the invoked function. See GDHttpRequest for details.

Parameters
httpRequestGDHttpRequest object that issued the callback.

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