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 d798cde
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 d798cde

Please sign in to comment.