You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<?xml version="1.0" encoding="UTF-8" standalone="no"?><templates><template autoinsert="true" context="LuaUniversalTemplateContextType" deleted="false" description="Stop the showing of the ads and hide the banner." enabled="true" name="ads.hide">ads.hide()</template><template autoinsert="true" context="LuaUniversalTemplateContextType" deleted="false" description="Initialize the Ads service library by specifying the name of the Ads service provider and the appId." enabled="true" name="ads.init">ads.init( ${providerName}, ${appId} )</template><template autoinsert="true" context="LuaUniversalTemplateContextType" deleted="false" description="Begin showing the ads at the given screen location and the given refresh period." enabled="true" name="ads.show">ads.show( ${adUnitType}, { x=${0}, y=${100}, interval=${5}, testMode=${false} } )</template></templates>