VSSServiceConfig Class Reference
Inherits from | NSObject |
---|---|
Declared in | VSSServiceConfig.h |
+ serviceConfig
Convenient constructor.
+ (VSSServiceConfig *__nonnull)serviceConfig
Declared In
VSSServiceConfig.h
– serviceIDList
Returns list of the service IDs which can be used to get the particular info about each service.
- (NSArray<NSString*> *__nonnull)serviceIDList
Return Value
Array of the service ids.
Declared In
VSSServiceConfig.h
– serviceURLForServiceID:
Returns the base URL for each service by the service ID.
- (NSString *__nonnull)serviceURLForServiceID:(NSString *__nonnull)serviceID
Parameters
serviceID |
Identifier of the service. |
---|
Return Value
String with base URL for the given service.
Declared In
VSSServiceConfig.h
– serviceCardValueForServiceID:
Returns service card’s identity value which might be used to search the actual Virgil Card on the Virgil Keys Service.
- (NSString *__nonnull)serviceCardValueForServiceID:(NSString *__nonnull)serviceID
Parameters
serviceID |
Identifier of the service. |
---|
Return Value
String containing identity value which can be used to search for the Virgil Card.
Declared In
VSSServiceConfig.h