VMConfigurationManager Class Reference
Inherits from | VMRequestManager : NSObject |
Declared in | VMConfigurationManager.h VMConfigurationManager.m |
Tasks
Other Methods
-
+ sharedInstance
Returns the shared locations manager object for the system.
BaseURL Methods
-
+ configurationApiUrl
Returns Configuration API URL; OR returns locally stored URL for the Configuration API if the configuration parameters have not been loaded from the API yet.
-
+ activityApiUrl
Returns Activity API URL; OR returns locally stored URL for the Activity API if the configuration parameters have not been loaded from the API yet.
-
+ consumerApiUrl
Returns Consumer API URL; OR returns locally stored URL for the Consumer API if the configuration parameters have not been loaded from the API yet.
-
+ locationApiUrl
Returns Location API URL; OR returns locally stored URL for the Location API if the configuration parameters have not been loaded from the API yet.
-
+ offerApiUrl
Returns Offer API URL; OR returns locally stored URL for the Offer API if the configuration parameters have not been loaded from the API yet.
-
+ lastConfiguration
Returns last loaded configuration file; OR returns nil if the configuration parameters have not been loaded from the API yet.
Class Methods
activityApiUrl
Returns Activity API URL; OR returns locally stored URL for the Activity API if the configuration parameters have not been loaded from the API yet.
+ (NSString *)activityApiUrl
Return Value
Activity API URL.
Declared In
VMConfigurationManager.h
configurationApiUrl
Returns Configuration API URL; OR returns locally stored URL for the Configuration API if the configuration parameters have not been loaded from the API yet.
+ (NSString *)configurationApiUrl
Return Value
Configuration API URL.
Declared In
VMConfigurationManager.h
consumerApiUrl
Returns Consumer API URL; OR returns locally stored URL for the Consumer API if the configuration parameters have not been loaded from the API yet.
+ (NSString *)consumerApiUrl
Return Value
Consumer API URL.
Declared In
VMConfigurationManager.h
lastConfiguration
Returns last loaded configuration file; OR returns nil if the configuration parameters have not been loaded from the API yet.
+ (NSDictionary *)lastConfiguration
Return Value
Configuration Dictionary.
Declared In
VMConfigurationManager.h
locationApiUrl
Returns Location API URL; OR returns locally stored URL for the Location API if the configuration parameters have not been loaded from the API yet.
+ (NSString *)locationApiUrl
Return Value
Location API URL.
Declared In
VMConfigurationManager.h