ZLZRequest
Framework: hummer
class ZLZRequest : NSObject
This class is an abstract description of an operation to be performed, which can be used with theZLZFacade
class to launch the ZOLOZ SDK.
Fields
Methods
initWithzlzConfig: bizConfig:
- (instancetype) initWithzlzConfig:(NSString *)config bizConfig:(NSDictionary *)param;
Constructs the ZLZRequst
Object.
Paramters
Parameter name | Data type | Description |
config | NSString | Specifies the configuration information that is used to start the ZOLOZ SDK. The information is generated by the ZOLOZ server when the merchant calls the |
param | NSDictionary | Specifies the configuration information of the merchant, including ViewController, public key, locale and so on. You can use the constant value to specify the information in bizConfig, for example: |
Returns
Data type | Description |
instancetype | Returns the constructed |
Throws
N/A