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 45be7ed commit 0fca9f2Copy full SHA for 0fca9f2
android/src/main/java/com/iterable/reactnative/Serialization.java
@@ -222,7 +222,6 @@ static IterableConfig.Builder getConfigFromReadableMap(ReadableMap iterableConte
222
JSONObject retryPolicyJson = iterableContextJSON.getJSONObject("retryPolicy");
223
int maxRetry = retryPolicyJson.getInt("maxRetry");
224
long retryInterval = retryPolicyJson.getLong("retryInterval");
225
-
226
String retryBackoff = retryPolicyJson.getString("retryBackoff");
227
RetryPolicy.Type retryPolicyType = RetryPolicy.Type.LINEAR;
228
if (retryBackoff.equals("EXPONENTIAL")) {
0 commit comments