Skip to content

Commit 4471806

Browse files
Anush-ShandpwilknissdanielsogldarshanclevertapSuryaClevertap
authored
feat(clevertap): support clevertap-cordova 3.2.0 (#4814)
* feat(clevertap): add CleverTap plugin * style(clevertap): cleanup stray lint error * refactor * feat(clevertap): update for latest CleverTap Cordova plugin * chore: Update Repo from Ionic Native Repo * fix: Code Changes for parity SDK-155 * fix: Indentation fixes for SDK-155 * fix: Code Repo fix while updating fork branch * fix: Remove unnecessary adder .scripts Folder * fix: Remove unwanted added folder .circleci * fix: Remove unwanted added File .npmrc * fix: Revert .Github Folder Changes to as per Ionic-Native master * fix: Update changes as per ionic-native master * fix: Code Repo fix while updating fork branch fix: Remove unnecessary adder .scripts Folder fix: Remove unwanted added folder .circleci fix: Remove unwanted added File .npmrc fix: Revert .Github Folder Changes to as per Ionic-Native master fix: Update changes as per ionic-native master * fix(CleverTap): Fix for missing methods issue #3491 * refactor(profile): remove setProfile methods for fb and google * refactor(dynamic variables): remove Product A/B Testing (Dynamic Variables) code * fix(product config): add key param to product config getters * feat(identity): add a new public method getCleverTapID and deprecate existing CleverTapID methods * feat(profile): add public methods to increment/decrement values set via User properties * feat(profile): add public methods to increment/decrement values set via User properties * feat(inapp): add public methods for suspending/discarding & resuming InApp Notifications * feat(inbox): add new api for iOS to delete bulk inbox messages for given message ids * refactor(xiaomi-push): add region as an extra mandatory parameter to setPushXiaomiToken * Update index.ts to support cordova 2.7.0 * Update index.ts * feat(clevertap): support clevertap-cordova 2.7.2 * feat(clevertap): support clevertap-cordova 2.7.2 * feat(clevertap): support clevertap-cordova 2.7.2 * task(SDK-3757) - Add support for cordova v3.0.0 - Adds 2 new APIs = clearInAppResources() and fetchInApps() * task(SDK-3757) - Add support for cordova v3.2.0 - Removes xiaomi related APIs --------- Co-authored-by: Peter Wilkniss <[email protected]> Co-authored-by: Daniel Sogl <[email protected]> Co-authored-by: Darshan Pania <[email protected]> Co-authored-by: Surya <[email protected]> Co-authored-by: SuryaClevertap <[email protected]> Co-authored-by: Piyush Kukadiya <[email protected]> Co-authored-by: piyush-kukadiya <[email protected]> Co-authored-by: AishwaryaNanna <[email protected]>
1 parent 63f2fcb commit 4471806

File tree

1 file changed

+0
-12
lines changed
  • src/@awesome-cordova-plugins/plugins/clevertap

1 file changed

+0
-12
lines changed

src/@awesome-cordova-plugins/plugins/clevertap/index.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -130,18 +130,6 @@ export class CleverTap extends AwesomeCordovaNativePlugin {
130130
return;
131131
}
132132

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-
145133
/**
146134
* Sets the device's Baidu push token
147135
*

0 commit comments

Comments
 (0)