Package com.brightcove.pulse
Interface PulseAdView.Listener
-
- Enclosing class:
- PulseAdView
public static interface PulseAdView.Listener
Listener to trigger UI events related to the Ad playback.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onLearnMoreClicked(java.lang.String url)
Called when the learn more view is clicked.void
onSkipAdClicked()
Called when the skip ad view is clicked.
-