HubSpot's Android Mobile Chat SDK is designed to seamlessly integrate HubSpot Chat into any Android mobile application (see here for the iOS documentation). With this SDK, developers can effortlessly provide their users with a fast, efficient, and empathetic in-app customer support experience.
- Integrate HubSpot Chat into your mobile app to deliver real-time, in-app customer support.
- Leverage HubSpot's powerful Bots and Knowledge Base to deflect customer inquiries 24/7.
- Alert users of new messages via push notifications.
- Customize the chat experience to align with your brand and user interface.
This is app is intended to demonstrate the HubSpot SDK and Push Capabilities to the demo application.
For push notifications, this app contains a standard implementation of the FirebaseMessagingService.
- Add your
google-services.jsonfile in theappfolder. Be sure that thepackage_namein the file iscom.example.demo. - Create your hubspot-info.json file in the
appfolder. The folder structure should beapp -> src -> main -> assets -> hubspot-info.json
- Sync the app
- Build and Run the app
For more information, please refer to the following links:
- https://github.hubspot.com/mobile-chat-sdk-android/
- https://central.sonatype.com/artifact/com.hubspot.mobilechatsdk/mobile-chat-sdk-android
- https://developers.hubspot.com/docs/api-reference/mobile-chat-sdk/android
- https://knowledge.hubspot.com/chatflows/integrate-a-hubspot-chatflow-with-a-mobile-app
- https://knowledge.hubspot.com/chatflows/create-and-customize-a-mobile-chatflow
