Fetch SDK details on iOS SDK
- Getting Started
- Bot Building
- Smart Agent Chat
- Conversation Design
-
Developer Guides
Code Step Integration Static Step Integration Shopify Integration SETU Integration Exotel Integration CIBIL integration Freshdesk KMS Integration PayU Integration Zendesk Guide Integration Twilio Integration Razorpay Integration LeadSquared Integration USU(Unymira) Integration Helo(VivaConnect) Integration Salesforce KMS Integration Stripe Integration PayPal Integration CleverTap Integration Fynd Integration HubSpot Integration Magento Integration WooCommerce Integration Microsoft Dynamics 365 Integration
- Deployment
- External Agent Tool Setup
- Analytics & Reporting
- Notifications
- Commerce Plus
- Troubleshooting Guides
- Release Notes
Table of Contents
If you need to debug the details of the SDK version and status you can use the below method to get insights. This will provide you the details of native SDK and web XDK
HPKit.sharedSDK.details()
HPExternalEvent
These are the delegate methods (call back) to your application.
This call back is provided when HPWebkit received all the dependencies required to function and is ready to launch. This call back is provided every-time when new web engine is fetched
func HPKitDidLoad()
HPLoadingState: This call back is use to provide the processing state of SDK. This can be best place if you want to add your custom loader in the SDK.
func HPKitLoadingState(state: HPLoadingState, view: UIView)
HPKitEvent: This delegate method will forward you all the SDK events' activity along with its data.
func HPKitEvent(data: Any)