mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-12 18:56:31 +08:00
docs(call-log): fix jsdoc
This commit is contained in:
parent
1e539f8cd9
commit
7f274ba9a3
@ -3,7 +3,7 @@ import { Cordova, IonicNativePlugin, Plugin } from '@ionic-native/core';
|
|||||||
|
|
||||||
export interface CallLogObject {
|
export interface CallLogObject {
|
||||||
name: string;
|
name: string;
|
||||||
value: string|Array<string>;
|
value: string | Array<string>;
|
||||||
operator: '==' | '!=' | '>' | '>=' | '<' | '<=' | 'like';
|
operator: '==' | '!=' | '>' | '>=' | '<' | '<=' | 'like';
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -35,7 +35,7 @@ export interface CallLogObject {
|
|||||||
export class CallLog extends IonicNativePlugin {
|
export class CallLog extends IonicNativePlugin {
|
||||||
/**
|
/**
|
||||||
* This function return the call logs
|
* This function return the call logs
|
||||||
* @param filters {CallLogObject[]} array of object to filter the query
|
* @param {CallLogObject[]} filters array of object to filter the query
|
||||||
* @return {Promise<any>}
|
* @return {Promise<any>}
|
||||||
*/
|
*/
|
||||||
@Cordova()
|
@Cordova()
|
||||||
|
Loading…
Reference in New Issue
Block a user