
com.livefyre.utils.client.Livefyre Maven / Gradle / Ivy
package com.livefyre.utils.client;
public class Livefyre {
/* Private construction to prevent instantiation. */
private Livefyre() {
}
public static Network getNetwork(String networkName, String networkKey) {
return new Network(networkName, networkKey);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy