public static interface MadvertiseView.MadvertiseViewCallbackListener
| Modifier and Type | Method and Description |
|---|---|
void |
onAdClicked()
Notifies the listener when an ad is clicked
|
void |
onApplicationPause()
Notifies the listener when a rich media ad is expanded so that the
application can be paused.
|
void |
onApplicationResume()
Notifies the listener when a rich media ad is closed so that the
application can resume.
|
void |
onError(java.lang.Exception exception)
Notifies the listener when exceptions are thrown
|
void |
onIllegalHttpStatusCode(int statusCode,
java.lang.String message)
Notifies the listener when an illegal HTTP status code was received.
|
void |
onLoaded(boolean succeed,
MadvertiseView madView)
Notifies the listener on success or failure
|
void onLoaded(boolean succeed,
MadvertiseView madView)
succeed - true, if an ad could be loaded, else falsemadView - specified viewvoid onError(java.lang.Exception exception)
exception - The thrown exceptionvoid onIllegalHttpStatusCode(int statusCode,
java.lang.String message)
statusCode - the HTTP status codemessage - a message with a reason of the problemvoid onAdClicked()
void onApplicationPause()
void onApplicationResume()