We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9ae677 commit d858880Copy full SHA for d858880
iterableapi/src/main/java/com/iterable/iterableapi/IterableConfig.java
@@ -252,16 +252,6 @@ public Builder setDataRegion(@NonNull IterableDataRegion dataRegion) {
252
return this;
253
}
254
255
- /**
256
- * Set the data region used by the SDK
257
- * @param dataRegion enum value that determines which endpoint to use, defaults to IterableDataRegion.US
258
- */
259
- @NonNull
260
- public Builder setDataRegion(@NonNull IterableDataRegion dataRegion) {
261
- this.dataRegion = dataRegion;
262
- return this;
263
- }
264
-
265
/**
266
* Set whether the SDK should store in-apps only in memory, or in file storage
267
* @param useInMemoryStorageForInApps `true` will have in-apps be only in memory
0 commit comments