com.zipwhip.api.settings.SettingsStore Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zipwhip-api Show documentation
Show all versions of zipwhip-api Show documentation
Java client to support applications powered by the Zipwhip Cloud
The newest version!
package com.zipwhip.api.settings;
import com.zipwhip.util.KeyValueStore;
/**
* Created by IntelliJ IDEA.
* User: jed
* Date: 9/1/11
* Time: 9:58 AM
*
* This is an interface that should be extended to implement your platform's preferred storage solution for important
* settings.
*/
public interface SettingsStore extends KeyValueStore {
public enum Keys {
SESSION_KEY,
CLIENT_ID,
USERNAME,
VERSIONS,
EXPECTS_SUBSCRIPTION_COMPLETE,
LAST_SUBSCRIBED_CLIENT_ID
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy