Enabling Android SDK and Setting Up Related Credentials
- Getting Started
- Bot Building
- 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
- Agent Setup
- Analytics & Reporting
- Notifications
- Commerce Plus
- Troubleshooting Guides
- Release Notes
Enabling Android SDK Platform
- Go to Business Manager > Channels > Platform Deployments and choose Android SDK from Platform drop-down.
- One can also set up webhooks by providing the Webhook URL and enabling the Webhook and putting Email IDs below it.
- Now, turn on the Active toggle button to enable this platform deployment.
Adding Credentials to strings.xml File
Haptik SDK takes in required credentials through your app's strings.xml file. Add base_url, business_id, and client_id in your strings.xml:
<resources> . . <string name="haptik_base_url">PROVIDED_BASE_URL</string> <string name="haptik_client_id">PROVIDED_CLIENT_ID</string> <string name="haptik_business_id">PROVIDED_BUSINESS_ID</string> </resources>