Interface IActivationCode

  • All Superinterfaces:
    ICodeCommon

    public interface IActivationCode
    extends ICodeCommon
    The activation code interface.
    Author:
    Christopher Mindus
    • Method Detail

      • getCode

        java.lang.String getCode()
        Gets the activation code formatted as a string as digits grouped as "12345-67890-12345". This is NOT the complete code but is used for e.g. activation purposes or when communicating with iizi Support.
        Specified by:
        getCode in interface ICodeCommon
        Returns:
        The string formatted as "12345-67890-12345".