UIKit.UIApplication.OpenUrl Method
Opens the specified URL, launching the app that's registered to handle the scheme.

Syntax

[Foundation.Export("openURL:")]
public virtual bool OpenUrl (Foundation.NSUrl url)

See Also

UIApplication.CanOpenUrl
UIApplicationDelegate.HandleOpenUrl

Parameters

url
Represents a URL.

Returns

true if the URL was successfully opened.

Remarks

If another app is registered to handle the URL scheme, calling this method will launch the other application, which may cause the current application to quit or at least be sent to the background.

This member is not available to Extensions.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0