com.vwo.userprofile.UserProfileService 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.userprofile;
import java.util.Map;
public interface UserProfileService {
String userId = "userId";
String campaignKey = "campaignTestKey";
String variationKey = "variationName";
Map lookup(String userId, String campaignTestKey) throws Exception;
void save(Map userProfile) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy