preload()
The preload() method is used to preload WebApp page and KYC page resources to accelerate subsequent payment or card binding processes.
Declaration
Objective-C
Swift
copy
- (void)preload;Parameters
Parameters | Type | Required | Description |
options | [String: Any] | No | Additional preload parameters. If omitted, defaults to an empty dictionary. |
Return value
This method does not return any value.