RichieOpenAdLinkDelegateAction

@objc
public enum RichieOpenAdLinkDelegateAction : Int

Behaviors supported by the delegate when handling a link in an Ad.

  • Let the SDK handle the link

    Declaration

    Swift

    case inAppBrowser
  • Force open the link in an external browser

    Declaration

    Swift

    case externalBrowser
  • Use it if you handle the link in your app

    Declaration

    Swift

    case handledByHost
  • The link won’t be opened by the SDK or the host app

    Declaration

    Swift

    case ignore