SearchInAppsSDK Framework Reference

  • The SearchContentOpenURLDelegate protocol enables opening URLs found within search content.

  • It provides a single method, openURL(url:), that requests the delegate to open a given URL.

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)