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 null, SDK uses the default gateway address for logging.

Yes

Samples

copy
IAPGriverConfig.getInstance().setLogUploadUrl("Custom LogUploadUrl")