Forum Discussion
dan79
3 years agoNew Member
IVisualLicenseManager
Im working on a custom visual and in testing all works ok but i am trying to test the Licencing API and when i add the below to my visual i get a white screen and no error message when testing does a...
DanielSallander
3 years agoNew Member
Hello,
Try adding:
this.licenseManager = options.host.licenseManager
in the constructor method.
BR
in the constructor method.
BR
/Daniel