Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
iOSApp.SetDidOpenURLEvaluate
Sets the expression to be evaluated when the app received an URL request.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
iOSApp | 11.1 | ❌ No | ❌ No | ❌ No | ❌ No | ✅ Yes |
MBS( "iOSApp.SetDidOpenURLEvaluate"; Expression ) More
Parameters
Parameter | Description | Example |
---|---|---|
Expression | The expression to evaluate. |
Result
Returns OK or error.
Description
Sets the expression to be evaluated when the app received an URL request.You need to call iOSApp.InstallOpenURLHandler once to install functionality and have expression be evaluate later.
See also
Release notes
- Version 11.1
- Added functions for iOS applications to catch URL requests: iOSApp.InstallOpenURLHandler, iOSApp.LastURL, iOSApp.SetDidOpenURLEvaluate and iOSApp.SetDidOpenURLScript.
Blog Entries
This function checks for a license.
Created 27th January 2021, last changed 27th January 2021
iOSApp.SetDidEnterBackgroundScript - iOSApp.SetDidOpenURLScript