Skip to content

Commit

Permalink
Merge pull request #5 from CleverTap/task/SDK-3980/support_cordova_v3…
Browse files Browse the repository at this point in the history
….2.0

task(SDK-3757) - Add support for cordova v3.2.0
  • Loading branch information
Anush-Shand authored Aug 12, 2024
2 parents d03bf38 + d798cde commit b7a67d6
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/@awesome-cordova-plugins/plugins/clevertap/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<any>}
*/
@Cordova()
setPushXiaomiToken(token: string, region: string): Promise<any> {
return;
}

/**
* Sets the device's Baidu push token
*
Expand Down

0 comments on commit b7a67d6

Please sign in to comment.