Flutter教程

Intercom

Contents

This is a plugin that allows your Ionic app to use Intercom for iOS and/or Intercom for Android. Follow the offical documentation to setup this plugin correctly: https://developers.intercom.com/docs/cordova-phonegap-configuration

https://github.com/intercom/intercom-cordova

联系我们?

If you're building a serious project, you can't afford to spend hours troubleshooting. Ionic's experts offer official maintenance, support, and integration help.

Contact Us Today!

Ionic 对讲机 Intercom插件的安装(Installation)

ionic cordova plugin add cordova-plugin-intercom npm install @ionic-native/intercom
Ionic EE comes with fully supported and maintained plugins from the Ionic Team. Learn More or Contact Us
ionic enterprise register --key=YOURPRODUCTKEY npm install @ionic-enterprise/intercom

Ionic 对讲机 Intercom插件支持的平台(Supported Platforms)

  • Android
  • iOS

Ionic 对讲机 Intercom插件的用法(Usage)

import { Intercom } from '@ionic-native/intercom/ngx';


constructor(private intercom: Intercom) { }

...

this.intercom.registerUnidentifiedUser();
...
this.intercom.registerForPush();