Interface LicenseServiceInterface

interface LicenseServiceInterface {
    isFeatureEnabled(featureType: LicenseFeatureType): boolean;
}

Methods

  • Checks whether the given LicenseFeatureType is enabled in the license.

    Parameters

    Returns boolean