setPageConfiguration

The setPageConfiguration API allows the super app to customize the error page configuration.

Note: Must call this API before initializing the SDK.

Method signature

copy
setPageConfiguration(pageConfiguration);

Parameters

Name

Type

Description

Required

pageConfiguration

GriverPageConfiguration class

The error page configuration.

Yes

Error codes

For details, see the Status errors section.

Samples

copy
IAPGriverConfig.getInstance().setPageConfiguration(pageConfiguration)