AppOpenURLHandler

protocol AppOpenURLHandler : AppHandler

Adopt to have open URL notifications routed

  • Open URL handler

    Declaration

    Swift

    func application(_ app: UIApplication, open url: URL, options: [UIApplication.OpenURLOptionsKey : Any]) -> Bool

    Parameters

    app

    Application

    url

    URL

    options

    Options

    Return Value

    Success