com.flagsense.services.UserVariantService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sdk Show documentation
Show all versions of sdk Show documentation
Java SDK for consuming flagsense services
package com.flagsense.services;
import com.flagsense.model.UserVariantDTO;
public interface UserVariantService {
void getUserVariant(UserVariantDTO userVariantDTO);
}