com.launchdarkly.client.IdentifyEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of launchdarkly-client Show documentation
Show all versions of launchdarkly-client Show documentation
Official LaunchDarkly SDK for Java
package com.launchdarkly.client;
class IdentifyEvent extends Event {
IdentifyEvent(LDUser user) {
super("identify", user.getKeyAsString(), user);
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy