setLogUploadUrl
The setLogUploadUrl API allows the super app to customize the gateway address used for logging purposes.
Note: Must call this API before initializing the SDK.
Method signature
copy
setLogUploadUrl(logUploadUrl:String?)
Parameters
Name | Type | Description | Required |
logUploadUrl | String | Indicates the gateway address used for logging. Note: If this parameter is empty or | Yes |
Samples
copy
IAPGriverConfig.getInstance().setLogUploadUrl("Custom LogUploadUrl")