All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.zipwhip.api.settings.SettingsStore Maven / Gradle / Ivy

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