
com.livefyre.core.LfCore Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of utils Show documentation
Show all versions of utils Show documentation
Utilities for assistance with Livefyre features.
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