Before you start
The OIP Risk Management SDK is delivered as a JAR file for Android platform and as a static .framework for iOS platform which can be integrated in your application.
This chapter contains all the information that the application requires to perform to integrate the SDK into the host application.
OIP Risk Management SDK Integration
For simplification, the integration of the SDK is divided into two parts:
Before you start
It is recommended for you to read the following sections which describe the various SDK classes to help with the understanding of SDK entrypoints.
GAHCore
This class is the entry point to the OIP Risk Management SDK which holds the functionalities of all the APIs. GAHCore contains the public methods which the application uses to perform the following operations:
- Initializing the SDK
- Prefetching the signals
- Setting active signal groups
- Set active Signals.
- Set a transaction as critical.
- Check if signal collection is completed.
- Request prefetch status.
- Request for visitID from OIP Risk Management backend server.
- Clear resources.
- Stop prefetching of signals.
- Get the SDK version info.
GAHSignalGroupConstants
This class holds the various constants which indicates the available signal groups and signals. It can be used by the application to specify the signals/signal groups to be activated.
Refer to the API documentation for more details.