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

com.livefyre.core.LfCore Maven / Gradle / Ivy

There is a newer version: 1.3.5
Show newest version
package com.livefyre.core;

/* 
 * similar methods between Network and Site class.
 * don't want this to be overly complicated - important to distinguish difference between the two
 */
public interface LfCore {
    public String buildLivefyreToken();
    public String getNetworkName();
    public String getUrn();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy