Logging
Cordova Inform SDK Wrapper
Logging can be enabled and messages will be logged to the javascript console. All logs from the validic sdk begin with ValidicLog#
.
ValidicMobile.Logger.enable();
or disabled
ValidicMobile.Logger.disable();
The InformCore
plugin stores a user and all pending record uploads. This data is persisted between app launches but is deleted if the user session is ended or the app is uninstalled.
Updated 24 days ago