We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5280a8 commit 22d8f3aCopy full SHA for 22d8f3a
sdk/src/main/java/ly/count/android/sdk/ConfigContent.java
@@ -8,11 +8,11 @@ public class ConfigContent {
8
/**
9
* Set the interval for the automatic content update calls
10
*
11
- * @param zoneTimerInterval in seconds
+ * @param zoneTimerIntervalSeconds in seconds
12
* @return config content to chain calls
13
* @apiNote This is an EXPERIMENTAL feature, and it can have breaking changes
14
*/
15
- public synchronized ConfigContent setZoneTimerInterval(int zoneTimerInterval) {
+ public synchronized ConfigContent setZoneTimerInterval(int zoneTimerIntervalSeconds) {
16
if (zoneTimerInterval > 15) {
17
this.zoneTimerInterval = zoneTimerInterval;
18
}
0 commit comments