ifp_initUseCaseAndView
This method is a shortcut that call ifp_initUseCase then ifp_initView in sequence
...
ifp_initUseCaseAndView(partnersConfigurations, callback);
...
Method Parameters
| Parameter | Value | Description | Data Type |
|---|---|---|---|
| partnersConfigurations | Required | A json object, containing the partner’s configurations (if needed). See below the partner section for integration with Threatmetrix) for more information | JSON object |
| callback | Optional | A javascript function that will be called at the end of the initUseCaseAndView function. This callback function will be called with a string parameter that contains the visitId. | function |
Response
This method returns void