BVSettings Class Reference
Inherits from | NSObject |
Declared in | BVSettings.h BVSettings.m |
Overview
BVSettings is a singleton object which contains credentials common to all API requests.
All BVGet, BVPost and BVMediaPost requests will use the credentials stored in BVSettings.
Properties
appName
The name of the application. For example: “Test Shopping App”
@property (nonatomic, copy) NSString *appName
Declared In
BVSettings.h
clientId
The client’s identifier. This should be the same as the <client_name> in the baseURL.
@property (nonatomic, copy) NSString *clientId
Declared In
BVSettings.h
passKey
This is the passkey assigned to the customer.
@property (nonatomic, copy) NSString *passKey
Declared In
BVSettings.h