ZLZRequest

public class ZLZRequest extends Object  

java.lang.Object

     ↳  com.ap.zoloz.hummer.api.ZLZRequest

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

Field name

Data type

Description

bizConfig

HashMap

Specifies the configuration information of the merchant, including the context, public key, locale, and so on. You can use the ZLZConstant class to specify the information in bizConfig, for example: 

request.bizConfig.put(ZLZConstants.CONTEXT, MainActivity.this)

For more information about ZLZConstants, see ZLZConstants.

zlzConfig

String

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 initialize API.

Methods

N/A