SearchInAppsSDK Framework Reference

SearchContentOpenURLDelegate

@objc
protocol SearchContentOpenURLDelegate

A delegate protocol for opening URLs from search content.

  • Request the delegate open the specified URL.

    Declaration

    Swift

    @objc
    func openURL(url: URL)