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

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

There is a newer version: 1.66.0
Show newest version
package com.vwo.userprofile;

import java.util.Map;

public class UserProfileUtils {

  public static boolean isValidUserProfileMap(Map map) {
    return map.containsKey(UserProfileService.userId)
            && map.containsKey(UserProfileService.campaignKey)
            && map.containsKey(UserProfileService.variationKey);
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy