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 32fe678 commit e73481cCopy full SHA for e73481c
iterableapi/src/main/java/com/iterable/iterableapi/IterableApi.java
@@ -49,7 +49,7 @@ public class IterableApi {
49
private String inboxSessionId;
50
private IterableAuthManager authManager;
51
private HashMap<String, String> deviceAttributes = new HashMap<>();
52
- public IterableKeychain keychain;
+ private IterableKeychain keychain;
53
54
void fetchRemoteConfiguration() {
55
apiClient.getRemoteConfiguration(new IterableHelper.IterableActionHandler() {
0 commit comments