public static final class InMobiNative.NativeCallbacks
extends PublisherCallbacks
Modifier and Type | Method and Description |
---|---|
protected byte |
getType() |
protected void |
onAdClicked(java.util.Map<java.lang.Object,java.lang.Object> params) |
protected void |
onAdDismissed() |
protected void |
onAdDisplayed(AdMetaInfo info) |
protected void |
onAdFetchFailed(InMobiAdRequestStatus status) |
protected void |
onAdFetchSuccessful(AdMetaInfo info) |
protected void |
onAdImpressed() |
protected void |
onAdLoadFailed(InMobiAdRequestStatus status) |
protected void |
onAdLoadSucceeded(AdMetaInfo info) |
protected void |
onAdWillDisplay() |
protected void |
onAudioStateChanged(boolean isMuted) |
protected void |
onRequestPayloadCreated(byte[] request) |
protected void |
onRequestPayloadCreationFailed(InMobiAdRequestStatus reason) |
protected void |
onUserLeftApplication() |
protected void |
onVideoCompleted() |
protected void |
onVideoSkipped() |
protected byte getType()
protected void onAdFetchSuccessful(AdMetaInfo info)
protected void onAdFetchFailed(InMobiAdRequestStatus status)
protected void onAdLoadSucceeded(AdMetaInfo info)
protected void onAdLoadFailed(InMobiAdRequestStatus status)
protected void onAdWillDisplay()
protected void onAdDisplayed(AdMetaInfo info)
protected void onAdDismissed()
protected void onAdClicked(java.util.Map<java.lang.Object,java.lang.Object> params)
protected void onUserLeftApplication()
protected void onAdImpressed()
protected void onVideoCompleted()
protected void onVideoSkipped()
protected void onAudioStateChanged(boolean isMuted)
protected void onRequestPayloadCreated(byte[] request)
protected void onRequestPayloadCreationFailed(InMobiAdRequestStatus reason)