AdEventType
interface
Common event types for ads.
Properties
ERROR
</>The ad has thrown an error. See the error parameter the listener callback for more information.
ERROR: "error";
LEFT_APPLICATION
</>The user has left your application (e.g. following the ad).
LEFT_APPLICATION: "left_application";
LOADED
</>When an ad has loaded. At this point, the ad is ready to be shown to the user.
LOADED: "loaded";
OPENED
</>The ad opened and is currently visible to the user. This event is fired after the show()
method has been called.
OPENED: "opened";