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

Details of a provided service. More...

#import <BlackBerryDynamics/GD/GDServiceDetail.h>

Inheritance diagram for GDServiceDetail:

Description

This class is used to return information about a provided service. The services property of a GDServiceProvider object is a collection of instances of this class.

Instance Methods

(instancetype) - initWithService:andVersion:andServiceType:
 Initializer. More...
 

Properties

NSString * identifier
 BlackBerry Dynamics service identifier. More...
 
NSString * version
 BlackBerry Dynamics service version. More...
 
GDServiceType serviceType
 Indicator of the type of the provided service, either application-based or server-based. More...
 

Method Documentation

◆ initWithService:andVersion:andServiceType:

- (instancetype) initWithService: (NSString *)  identifier
andVersion: (NSString *)  version
andServiceType: (GDServiceType type 

The initializer is provided for completeness. In general, there is no need for the application code to create instances of this class.

Property Documentation

◆ identifier

- (NSString*) identifier
readnonatomicstrong

◆ version

- (NSString*) version
readnonatomicstrong

◆ serviceType

- (GDServiceType) serviceType
readnonatomicassign

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