Hi,
I just wanted to clarify, im setting up superawesome in one of my apps.
When using admob, kidoz, i dont need to reload the banner or flexi/panelviews after hiding them with the hide(), i can simply just show them again.
I understand with interstitials and videos i need to reload.
But for super awesome, im displaying the test banner fine,
superawesome.isLoaded( myPlacementID) is true.
But when i call superawesome.hide( myPlacementID ) the test banner gets hidden which is fine, but unlike admob or kidoz, this sets the superawesome.isLoaded( myPlacementID) to false. and i need to reload the banner.
Is this how superawesome plugin works? or is it not supposed to dispose of the ad on hide like the others?