StorylyAdViewListener

@objc
public protocol StorylyAdViewListener

This protocol is used to load the ad view

  • Implement this method to do loading operations of your ad view

    Declaration

    Swift

    @objc(onLoad:)
    func onLoad(adView: StorylyAdView)