We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f2fcb commit 4471806Copy full SHA for 4471806
src/@awesome-cordova-plugins/plugins/clevertap/index.ts
@@ -130,18 +130,6 @@ export class CleverTap extends AwesomeCordovaNativePlugin {
130
return;
131
}
132
133
- /**
134
- * Sets the device's Xiaomi push token.
135
- * clevertap-cordova 2.6.0 onwards method requires region as a mandatory parameter.
136
- * @param token {string}
137
- * @param region {string}
138
- * @returns {Promise<any>}
139
- */
140
- @Cordova()
141
- setPushXiaomiToken(token: string, region: string): Promise<any> {
142
- return;
143
- }
144
-
145
/**
146
* Sets the device's Baidu push token
147
*
0 commit comments