Flutter教程

Call Log

Contents

This plugin access the call history on a device and that can be filtered

https://github.com/creacore-team/cordova-plugin-calllog

联系我们?

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 历史通话记录 Call Log插件的安装(Installation)

ionic cordova plugin add cordova-plugin-calllog npm install @ionic-native/call-log
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/call-log

Ionic 历史通话记录 Call Log插件支持的平台(Supported Platforms)

  • Android

Ionic 历史通话记录 Call Log插件的用法(Usage)

import { CallLog } from '@ionic-native/call-log/ngx';


constructor(private callLog: CallLog) { }