SearchInAppsSDK Framework Reference

  • The SearchContentOpenURLDelegate protocol enables opening URLs from search content.

  • It defines a method, openURLWithUrl:, which requests the delegate to open a given URL.

SearchContentOpenURLDelegate

@protocol SearchContentOpenURLDelegate

A delegate protocol for opening URLs from search content.

  • Request the delegate open the specified URL.

    Declaration

    Objective-C

    - (void)openURLWithUrl:(NSURL *_Nonnull)url;