com.vwo.config.ProjectConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vwo-java-sdk Show documentation
Show all versions of vwo-java-sdk Show documentation
Java library to initiate VWo instance for server side a/b testing
package com.vwo.config;
import com.vwo.models.Campaign;
import com.vwo.models.SettingFileConfig;
public interface ProjectConfig {
SettingFileConfig processSettingsFile();
Campaign getCampaignTestKey(String campaignTestKey);
SettingFileConfig getSettingFileConfig();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy