SearchInAppsSDK Framework Reference

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;