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
Modifier and TypeMethodDescriptionvoid
onLearnMoreClicked
(String url) Called when the learn more view is clicked.void
Called when the skip ad view is clicked.
-
Method Details
-
onLearnMoreClicked
Called when the learn more view is clicked.- Parameters:
url
- the site to be open.
-
onSkipAdClicked
void onSkipAdClicked()Called when the skip ad view is clicked.
-