0.1.1 • Published 3 years ago

react-native-call-record v0.1.1

Weekly downloads
9
License
MIT
Repository
github
Last release
3 years ago

react-native-call-record

get call record for react native

Usage

Install

npm i react-native-call-record --save
react-native link react-native-call-record

getAll

Example

import CallRecord from 'react-native-call-record';
CallRecord.getAll({}).then(obj => {
  console.log(obj);
});

Request Object

PropertyTypeDescription
isDistinctbool (default false)Enable or disable distinct
limitnumber(default -1)limit of result

Response Object

PropertyTypeDescription
phoneNumberstringphone
durationnumberduration
namestringname
dateTimestringdateTime
typenumbertype

License

MIT

0.1.1

3 years ago

0.1.0

4 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago