Skip to content

Commit

Permalink
Merge pull request #11 from shortcut/master
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
ahmedshortcut committed Oct 11, 2022
2 parents 0e4fb7c + 5fa2b15 commit 3f08e29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ TSMobileAnalytics.createInstance(
TSMobileAnalytics.Builder()
.setCpId("Customer ID") // required
.setApplicationName("Application name") // required
.setPanelistTrackingOnly(boolean) // optional, default value is false
.setPanelistTrackingOnly(boolean) // required value is false
.setLogPrintsActivated(boolean) // optional, default value is false
.setIsWebViewBased(boolean) // optional, default value is false
.build()
Expand All @@ -181,7 +181,7 @@ TSMobileAnalytics.createInstance(
new TSMobileAnalytics.Builder()
.setCpId("Customer ID") // required
.setApplicationName("Application name") // required
.setPanelistTrackingOnly(boolean) // optional, default value is false
.setPanelistTrackingOnly(boolean) // required value is false
.setLogPrintsActivated(boolean) // optional, default value is false
.setIsWebViewBased(boolean) // optional, default value is false
.build()
Expand Down

0 comments on commit 3f08e29

Please sign in to comment.