StorylyAdViewProvider
@objc
public protocol StorylyAdViewProvider
This protocol is used as an entrance for the ad view
-
Implement this method to do your operations when ad view is requested
Declaration
Swift
@objc(onRequest::) func onRequest(adViewListener: StorylyAdViewListener, frame: CGRect)