You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Sets the interval which {@link EventIntentService} will retry event dispatch periodically.
818
+
* Sets the interval which {@link EventDispatcher} will retry event dispatch periodically.
826
819
* If you don't set this value or set this to -1, periodic retries on event dispatch failures will be disabled (but still queued and retried on next event dispatch request)
827
820
*
828
821
* @param interval the interval
@@ -835,7 +828,7 @@ public Builder withEventDispatchRetryInterval(long interval, TimeUnit timeUnit)
835
828
}
836
829
837
830
/**
838
-
* Sets the interval which {@link EventIntentService} will retry event dispatch periodically.
831
+
* Sets the interval which {@link EventDispatcher} will retry event dispatch periodically.
839
832
* If you don't set this value or set this to -1, periodic retries on event dispatch failures will be disabled (but still queued and retried on next event dispatch request)
Copy file name to clipboardExpand all lines: android-sdk/src/test/java/com/optimizely/ab/android/sdk/OptimizelyManagerDatafileServiceConnectionTest.java
0 commit comments