credolabSDK for Cordova is a set of libraries designed to capture a client’s digital footprint from mobile devices and upload it to the credolab web service for future processing of scorecards and fragments.

Versions

📘

Go to the Declare dependencies section of the Cordova Integration documentation to learn how to resolve these artifacts in your project

Core Module

Artifact IDVersion
@credolab/cordova-core5.4.0

📘

Starting from version 5.3.0, the Core plugin includes functionality for collecting application metadata. Additionally, beginning with this version, the plugin automatically adds the <queries> section with the intent action android.intent.action.MAIN to the application's Manifest file

Android Modules

Artifact IDVersion
@credolab/cordova-android-account5.0.0
@credolab/cordova-android-calendar5.0.0
@credolab/cordova-android-contact5.2.0
@credolab/cordova-android-iovation5.0.0
@credolab/cordova-android-audio5.0.0
@credolab/cordova-android-images5.0.0
@credolab/cordova-android-video5.0.0
@credolab/cordova-android-sms5.0.0
@credolab/cordova-android-application
Please note that if the Core plugin (@credolab/cordova-core) version 5.3.0 or higher is used, there is no need to include the AndroidApplicationModule plugin (@credolab/cordova-android-application)
5.0.0

iOS Modules

Artifact IDVersion
@credolab/cordova-ios-calendar-events5.2.0
@credolab/cordova-ios-calendar-reminders5.2.0
@credolab/cordova-ios-contact5.1.0
@credolab/cordova-ios-iovation5.2.0
@credolab/cordova-ios-media5.2.0
@credolab/cordova-ios-music5.1.0

Modules

Core Module

Based on native modules Android Core Module and iOS Core Module

Permissions

❗️

Our developed modules are categorized based on runtime permissions. To determine which permissions are associated with each module, please refer to the Android SDK or iOS SDK documentation.

Android Modules

  1. AndroidApplicationModule
  2. AndroidAccountModule
  3. AndroidCalendarModule
  4. AndroidContactModule
  5. AndroidIovationModule
  6. AndroidAudioModule
  7. AndroidImagesModule
  8. AndroidVideoModule
  9. AndroidSmsModule

Please note that Behavioral Module and Logging Plugin are not available for Cordova.

iOS Modules

  1. IosCalendarEventsModule
  2. IosCalendarRemindersModule
  3. IosContactModule
  4. IosIovationModule
  5. IosMediaModule
  6. IosMusicModule

Please note that CredoAppBehavioral and CredoAppLogging are not available for Cordova.