File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/@ionic-native/plugins/call-log Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,13 @@ export class CallLog extends IonicNativePlugin {
28
28
29
29
/**
30
30
* This function return the call logs
31
- * @param dateFrom {string} get logs from this date (format yyyy-MM-dd)
32
- * @param dateTo {string} get logs until this date (format yyyy-MM-dd)
33
31
* @param filters {object[]} array of object to filter the query
34
32
* Object must respect this structure {'name':'...', 'value': '...', 'operator': '=='}
35
33
* (see https://github.com/creacore-team/cordova-plugin-calllog for more details)
36
34
* @return {Promise<any> }
37
35
*/
38
36
@Cordova ( )
39
- getCallLog ( dateFrom : string , dateTo : string , filters : object [ ] ) : Promise < any > { return ; }
37
+ getCallLog ( filters : object [ ] ) : Promise < any > { return ; }
40
38
41
39
/**
42
40
* Check permission
You can’t perform that action at this time.
0 commit comments