5. Life Cycle Events
The Hypercheckout SDK runs in a fragment. Hence, to handle certain events based upon activity life cycle, client will need to forward those events to the Hypercheckout SDK.
These events are crucial for seamless functioning of features like OTP reading, App Switches (UPI Intent), Hardware backpress.
Following are the Life cycle events which SDK needs
Step 5.1.
onBackPressed
Step 5.2. (Conditional)
onRequestPermissionsResult

