Skip to content
marchbold edited this page May 7, 2020 · 2 revisions

Helpshift

The Helpshift extension gives you access to abilty to add Helpshift in-app support to your AIR application.

Features:

  • SDK Configuration
    • Custom contact us flows
    • Themes
  • Support APIs
    • FAQs
    • Conversations
  • Tracking
    • User management
    • Breadcrumbs
    • Metadata
  • Campaigns
    • Properties
    • Inbox UI
    • Inbox Data APIs
  • Single API interface - your code works across supported platforms with no modifications
  • Sample project code and ASDocs reference

As with all our extensions you get access to a year of support and updates as we are continually improving and updating the extensions for OS updates and feature requests.

Documentation

The Wiki forms the best source of detailed documentation for the extension along with the asdocs.

Quick Example:

Helpshift.service.install(
	Config.API_KEY,
	Config.DOMAIN,
	Config.APP_ID );

Helpshift.instance.support.showConversation();

Clone this wiki locally