Skip to content

Commit

Permalink
added comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Shahroz16 committed Jan 16, 2023
1 parent 3bd70bc commit dd7a7a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sdk/src/main/java/io/customer/sdk/CustomerIO.kt
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ class CustomerIO internal constructor(
private var backgroundQueueSecondsDelay: Double =
CustomerIOConfig.Companion.AnalyticsConstants.BACKGROUND_QUEUE_SECONDS_DELAY

// added a `config` in the secondary constructor so users stick to our advised primary constructor
// and this is used internally only.
constructor(
siteId: String,
apiKey: String,
Expand Down

0 comments on commit dd7a7a3

Please sign in to comment.