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

Type for check reachability results callback

Typedefs


Typedef Documentation

- (typedef void(^ GDDiagnosticReachabilityResultsBlock)(NSString *results, NSInteger requestID)) [inherited]

Pass a code block of this type as the block parameter to any of the reachability checking functions in the GDDiagnostic class.

The block receives the following parameters.

Parameters:
resultsNSString containing results of the reachability check, which can be logged by the application for diagnostic purposes.
requestIDNSInteger value that was returned by the original check reachability function call.