OOPulseAd
Objective-C
@protocol OOPulseAd <NSObject>
                Swift
protocol OOPulseAd
                This is the parent protocol for OOPulseVideoAd, OOPulsePauseAd and OOPulseCompanionAd.
- 
                  
                  
Notify the session that the user has opened the clickthrough link.
Declaration
Objective-C
- (void)adClickThroughTriggered;Swift
func adClickThroughTriggered() - 
                  
                  
Returns a URL for a web page that should be displayed to the user when they tap the ad.
Declaration
Objective-C
- (NSURL *)clickthroughURL;Swift
func clickthroughURL() -> Any!Return Value
the URL to be displayed.