mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-05-14 14:44:06 +08:00
docs(call-log): fix jsdoc
This commit is contained in:
parent
1e539f8cd9
commit
7f274ba9a3
@ -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…
x
Reference in New Issue
Block a user