Skip to content

Commit

Permalink
fix: Update Index.js File
Browse files Browse the repository at this point in the history
  • Loading branch information
SuryaClevertap committed May 19, 2020
1 parent e504074 commit 3a98092
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ExampleProject/www/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ onDeviceReady: function() {
CleverTap.activate();
CleverTap.fetchAndActivate();
CleverTap.setMinimumFetchIntervalInSeconds(100);
CleverTap.getLastFetchTimeStampInMillis(function(val) {console.log("Value is "+val);});
CleverTap.getString("test", function(val) {console.log("Value is "+val);});
CleverTap.getBoolean("test", function(val) {console.log("Value is "+val);});
CleverTap.getLong("test", function(val) {console.log("Value is "+val);});
Expand Down

0 comments on commit 3a98092

Please sign in to comment.