Function: initFordefiSDK()
initFordefiSDK(
configuration):Promise<void>
Description
Initialize the Fordefi SDK using the given configuration.
Throws
Parameters
| Parameter | Type | Description |
|---|---|---|
configuration | null | FordefiSdkConfiguration | The configuration to connect to at client load. If null, the configuration with default parameters is used. |
Returns
Promise< void >
A Promise that resolves when the loading operation is successful.
