• BlackBerry Dynamics
  • Runtime library for Android applications
  • 12.0.1.79
GDDiagnosticReachabilityResult Class Reference

Results of a reachability check. More...

Description

This class represents the results of a single reachability check.

See also
com.good.gd.diagnostic.GDDiagnostic

Public Member Functions

 GDDiagnosticReachabilityResult (String result, int requestID)
 Constructor.
 
String getResult ()
 Results. More...
 
int getRequestID ()
 Request identifier. More...
 

Member Function Documentation

◆ getResult()

String getResult ( )
Returns
String containing the results of the check.

◆ getRequestID()

int getRequestID ( )
Returns
int that uniquely identifies the check request. The same value will have been returned to the original check reachability method call.