preload()
The preload() method is used to preload WebApp page and KYC page resources to accelerate subsequent payment or card vaulting processes.
Method signature
Java
Kotlin
copy
public static void preload(Context context)Parameters
Parameter | Data type | Required | Description |
context | Context | Yes | Application or Activity context. |
params | JSONObject | No | Additional preload parameters. If omitted, defaults to an empty |
Return value
This method does not return any value.