Skip to content

Commit

Permalink
Merge pull request #6 from shortcut/develop
Browse files Browse the repository at this point in the history
updating readme and bug fix for isWebViewBased
  • Loading branch information
Rasoul Miri committed Mar 31, 2023
2 parents e31f396 + ed3af22 commit 645c2ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
15 changes: 6 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,9 @@ correctly in the statistics.
the Sifo internet, app given it is installed on the same device. This means on initialisation the
app will send an intent request to the Sifo Internet app and wait for the result and this is why
just passing the context is no longer enough.
- **Which Activity is better for initialising the library?**
For initialising the library, it needs some time to set up itself, the best way to initialize the library is in MainActivity.
Example: if you have SplashActivity and MainActivity. Splash activity is alive for 1 or 2 seconds and The best way to initialize the library is in MainActivity.
- **How do I test and verify that the framework is correct integrated?**
See [Test Application](#test-application)
and [Validation test with Kantar Sifo​](#validation-test-with-kantar-sifo) below.
Expand Down Expand Up @@ -512,14 +515,8 @@ correctly stored in the analytics databases.

# Contact information

Technical questions:
Please send any questions or feedback to:

[peter.andersson@kantar.com]()
[SwedishInternetSDK@kantar.com](mailto:[email protected]) +46 (0)701 842 372

Other questions:

[[email protected]]()

[[email protected]]()

08-50742000
[[email protected]](mailto:[email protected]) +46 (0)8 507 420 00
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ open class TSMobileAnalytics protected constructor() {
isWebViewBased: Boolean,
twaInfo: TWAModel = TWAModel()
): TSMobileAnalytics? {
this.isWebViewBased = isWebViewBased
return TSMobileAnalyticsBackend.createInstance(
activity, cpID, applicationName, panelistTrackingOnly, isWebViewBased, twaInfo
)
Expand Down

0 comments on commit 645c2ec

Please sign in to comment.