Cordova SDK
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 ID | Version |
---|---|
@credolab/cordova-core | 5.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 actionandroid.intent.action.MAIN
to the application's Manifest file
Android Modules
Artifact ID | Version |
---|---|
@credolab/cordova-android-account | 5.0.0 |
@credolab/cordova-android-calendar | 5.0.0 |
@credolab/cordova-android-contact | 5.2.0 |
@credolab/cordova-android-iovation | 5.0.0 |
@credolab/cordova-android-audio | 5.0.0 |
@credolab/cordova-android-images | 5.1.0 |
@credolab/cordova-android-video | 5.1.0 |
@credolab/cordova-android-sms | 5.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 ID | Version |
---|---|
@credolab/cordova-ios-calendar-events | 5.2.0 |
@credolab/cordova-ios-calendar-reminders | 5.2.0 |
@credolab/cordova-ios-contact | 5.2.0 |
@credolab/cordova-ios-iovation | 5.2.0 |
@credolab/cordova-ios-media | 5.2.0 |
@credolab/cordova-ios-music | 5.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
- AndroidApplicationModule
- AndroidAccountModule
- AndroidCalendarModule
- AndroidContactModule
- AndroidIovationModule
- AndroidAudioModule
- AndroidImagesModule
- AndroidVideoModule
- AndroidSmsModule
Please note that Behavioral Module and Logging Plugin are not available for Cordova.
iOS Modules
- IosCalendarEventsModule
- IosCalendarRemindersModule
- IosContactModule
- IosIovationModule
- IosMediaModule
- IosMusicModule
Please note that CredoAppBehavioral and CredoAppLogging are not available for Cordova.
Updated about 2 months ago