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

com.vwo.userprofile.UserProfileService Maven / Gradle / Ivy

There is a newer version: 1.66.0
Show newest version
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