Interface LicensableSdk

  • All Implemented Interfaces:

    
    public interface LicensableSdk
    
                        

    A component that can be licensed - can perform license check and return info about results of such check.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract SdkLicenseInfo getLicenseInfo() Provides full info of the license current state.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getLicenseInfo

         abstract SdkLicenseInfo getLicenseInfo()

        Provides full info of the license current state. Returned value is consistent during lifetime of the process, i.e. if license is active at application start-up it will remain that way until app will be killed.