Skip to content

Commit fb38707

Browse files
author
“Akshay
committed
[MOB - 5873] - Public getters for Email UserID and Auth
_email, _userID and _authToken to accessible by developers. :)
1 parent 03d8a69 commit fb38707

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

iterableapi/src/main/java/com/iterable/iterableapi/IterableApi.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@ public void execute(@Nullable String data) {
6868
});
6969
}
7070

71-
String getEmail() {
71+
public String getEmail() {
7272
return _email;
7373
}
7474

75-
String getUserId() {
75+
public String getUserId() {
7676
return _userId;
7777
}
7878

79-
String getAuthToken() {
79+
public String getAuthToken() {
8080
return _authToken;
8181
}
8282

0 commit comments

Comments
 (0)