Interface DesktopLicense


public interface DesktopLicense
License information of the Desktop.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns company of the license.
    long
    Returns expiration date of the license.
    Returns message of the license.
    Returns title of the license.
  • Method Details

    • getTitle

      String getTitle()
      Returns title of the license.
      Returns:
      the title of the license.
    • getCompany

      String getCompany()
      Returns company of the license.
      Returns:
      the company of the license.
    • getMessage

      String getMessage()
      Returns message of the license.
      Returns:
      the message of the license.
    • getExpiration

      long getExpiration()
      Returns expiration date of the license.
      Returns:
      the expiration date of the license.