Skip to content

Commit

Permalink
task(SDK-3757) - Add support for cordova v3.2.0
Browse files Browse the repository at this point in the history
- Removes xiaomi related APIs
  • Loading branch information
Anush-Shand committed Aug 12, 2024
1 parent d03bf38 commit a4412a4
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions src/@awesome-cordova-plugins/plugins/clevertap/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -663,28 +663,6 @@ export class CleverTap extends AwesomeCordovaNativePlugin {
return;
}

/**
* Deletes all images and gifs which are preloaded for inapps in cs mode.
*
* @param expiredOnly {boolean} - to clear only assets which will not be needed further for inapps
* @returns {Promise<any>}
*/
@Cordova()
clearInAppResources(expiredOnly: boolean): Promise<any> {
return;
}

/**
* Fetches In Apps from server.
*
* @returns {Promise<any>}
*/
@Cordova()
fetchInApps(): Promise<any> {
return;
}


/*******************
* Session
******************/
Expand Down

0 comments on commit a4412a4

Please sign in to comment.