Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Miranda Wilson <[email protected]>
  • Loading branch information
matus-tomlein and mscwilson authored Jan 12, 2024
1 parent 23ea3b9 commit 452a363
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ interface TrackerConfigurationInterface {
var screenViewAutotracking: Boolean

/**
* Whether enable tracking the screen end event and the screen summary context entity.
* Whether to enable tracking the screen end event and the screen summary context entity.
* Make sure that you have lifecycle autotracking enabled for screen summary to have complete information.
*/
var screenEngagementAutotracking: Boolean
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ open class TrackerConfiguration : TrackerConfigurationInterface, Configuration {
}

/**
* Whether enable tracking the screen end event and the screen summary context entity.
* Whether to enable tracking the screen end event and the screen summary context entity.
* Make sure that you have lifecycle autotracking enabled for screen summary to have complete information.
*/
fun screenEngagementAutotracking(screenEngagementAutotracking: Boolean): TrackerConfiguration {
Expand Down

0 comments on commit 452a363

Please sign in to comment.