| GetApplicationLicenseDetails | Called by platform, at any time, to request the license details text, either currenly set license or the one given as argument. Make this method as fast as possible. |
| GetApplicationLicenseStatus | Called by platform, at any time, to request the license status, either currently set license or the one given as argument. Returning the value MFApplicationLicenseStatusFormatError for a new license will prevent the user from saving that license into the database. Make this method as fast as possible. |
| SetApplicationLicense | Setting in new license content. Gets called after application instantiation before Initialize(), and also when a new license is applied from MF-Admin. |