Interface DesktopLicense
public interface DesktopLicense
License information of the
Desktop.-
Method Summary
Modifier and TypeMethodDescriptionReturns company of the license.longReturns expiration date of the license.Returns message of the license.getTitle()Returns title of the license.
-
Method Details
-
getTitle
-
getCompany
-
getMessage
-
getExpiration
long getExpiration()Returns expiration date of the license.- Returns:
- the expiration date of the license.
-