Platform.OpenUrl(UIApplication, NSUrl, NSDictionary) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Passes the OpenUrl callback of your app to be used for internal API handling.
public static bool OpenUrl (UIKit.UIApplication app, Foundation.NSUrl url, Foundation.NSDictionary options);
Parameters
- app
- UIKit.UIApplication
- url
- Foundation.NSUrl
- options
- Foundation.NSDictionary
Returns
System.Boolean