• BlackBerry Dynamics
  • Runtime library for Android applications
  • 12.0.1.79
GDDiagnosticReachabilityListener Interface Reference

Handler for results from the diagnostic check reachability interface. More...

Description

Create a class that implements this interface to receive results from reachability checks.

See also
com.good.gd.diagnostic.GDDiagnostic

Public Member Functions

void onReachabilityResult (final GDDiagnosticReachabilityResult result)
 Results callback. More...
 

Member Function Documentation

◆ onReachabilityResult()

void onReachabilityResult ( final GDDiagnosticReachabilityResult  result)

This callback is invoked when the results of a reachability check are ready.

Parameters
resultGDDiagnosticReachabilityResult object containing the results of the check.