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

Details of a provided service. More...

Description

This class is used to return information about a provided service. A collection of instances of this type will be returned by the GDServiceProvider.getServices() accessor.

Public Member Functions

String getIdentifier ()
 Get the BlackBerry Dynamics service identifier. More...
 
String getVersion ()
 Get the BlackBerry Dynamics service version. More...
 
GDServiceType getServiceType ()
 Get the type of the shared service, either application-based or server-based. More...
 

Member Function Documentation

◆ getIdentifier()

String getIdentifier ( )
Returns
String containing the BlackBerry Dynamics service identifier.

◆ getVersion()

String getVersion ( )
Returns
String containing the BlackBerry Dynamics service version.

◆ getServiceType()

GDServiceType getServiceType ( )
Returns
GDServiceType value indicating application-based or server-based service type.