Skip to content

Getting Started

tenaciousRas edited this page Nov 17, 2017 · 2 revisions

Boomtown's microConnect is a mobile application library that allows you to embed Boomtown's exceptional support experience in your own branded application. This project exposes microConnect as an Android Library. To embed microConnect in iOS applications see https://github.com/goboomtown/microConnect-ios.

In its most common usage, microConnect Android provides a help button as a custom view along with a listener for application developers to interact with events from the help button. Additionally, microConnect (as of v1.1.) provides optional integration with Boomtown's Monitoring Agent appliance. Developers can choose whether or not to leverage this optional feature.

Using microConnect is simple. One of the best ways to see it in action is to install the APK provided in this github repo. The source code for this APK is also found in this repo. and intended as a reference.

To setup microConnect you will need your own memberId, memberUserId, as well as an API key and API secret. More information on how to obtain these values is available in this documentation set.

Clone this wiki locally