From d798cde3fd5e370324c33a11296ae0190a7d39ff Mon Sep 17 00:00:00 2001 From: anush Date: Mon, 12 Aug 2024 17:57:28 +0530 Subject: [PATCH] task(SDK-3757) - Add support for cordova v3.2.0 - Removes xiaomi related APIs --- .../plugins/clevertap/index.ts | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/@awesome-cordova-plugins/plugins/clevertap/index.ts b/src/@awesome-cordova-plugins/plugins/clevertap/index.ts index 4206840bfd..76a005c201 100644 --- a/src/@awesome-cordova-plugins/plugins/clevertap/index.ts +++ b/src/@awesome-cordova-plugins/plugins/clevertap/index.ts @@ -130,18 +130,6 @@ export class CleverTap extends AwesomeCordovaNativePlugin { return; } - /** - * Sets the device's Xiaomi push token. - * clevertap-cordova 2.6.0 onwards method requires region as a mandatory parameter. - * @param token {string} - * @param region {string} - * @returns {Promise} - */ - @Cordova() - setPushXiaomiToken(token: string, region: string): Promise { - return; - } - /** * Sets the device's Baidu push token *