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

com.launchdarkly.client.IdentifyEvent Maven / Gradle / Ivy

package com.launchdarkly.client;

class IdentifyEvent extends Event {

  IdentifyEvent(LDUser user) {
    super("identify", user.getKeyAsString(), user);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy