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]) -> BoolParameters
appApplication
urlURL
optionsOptions
Return Value
Success
 
            View on GitHub
          
      AppOpenURLHandler Protocol Reference