We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 489be0a commit 0818f8dCopy full SHA for 0818f8d
iterableapi/src/main/java/com/iterable/iterableapi/IterableApi.java
@@ -339,10 +339,6 @@ public void execute(@Nullable String data) {
339
});
340
}
341
342
- public void setEmail(@Nullable String email) {
343
- setEmail(email, null);
344
- }
345
-
346
/**
347
* Set user email used for API calls
348
* Calling this or {@link #setUserId(String)} is required before making any API calls.
0 commit comments