Commit 56a649b
feat(clevertap): support clevertap-cordova 3.4.0 (#4917)
* 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
* task(SDK-4148) - Add support for cordova v3.3.0
- Custom Templates
- File Variables
* task(SDK-4386) - Add support for cordova v3.4.0
- Multi Triggers
- Deprecates older 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 c8f8276 commit 56a649b
1 file changed
+60
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
344 | 398 | | |
345 | 399 | | |
346 | 400 | | |
| |||
353 | 407 | | |
354 | 408 | | |
355 | 409 | | |
| 410 | + | |
356 | 411 | | |
357 | 412 | | |
358 | 413 | | |
| |||
365 | 420 | | |
366 | 421 | | |
367 | 422 | | |
| 423 | + | |
368 | 424 | | |
369 | 425 | | |
370 | 426 | | |
| |||
377 | 433 | | |
378 | 434 | | |
379 | 435 | | |
| 436 | + | |
380 | 437 | | |
381 | 438 | | |
382 | 439 | | |
| |||
389 | 446 | | |
390 | 447 | | |
391 | 448 | | |
| 449 | + | |
392 | 450 | | |
393 | 451 | | |
394 | 452 | | |
| |||
700 | 758 | | |
701 | 759 | | |
702 | 760 | | |
| 761 | + | |
703 | 762 | | |
704 | 763 | | |
705 | 764 | | |
| |||
722 | 781 | | |
723 | 782 | | |
724 | 783 | | |
| 784 | + | |
725 | 785 | | |
726 | 786 | | |
727 | 787 | | |
| |||
0 commit comments