Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Handle URL schemes in your Mac runtime.
Version | macOS | Windows | Linux | Server | iOS SDK |
2.0 / 3.0 | ✅ Yes | 🔶 67% | ❌ No | 🔶 33%, on macOS | ❌ No |
Item | Details |
---|---|
URLScheme.GetDefaultHandler Queries the default scheme handler for the given scheme name. | Mac/Win 3.0 |
URLScheme.InstallURLEventHandler Installs an event handler for the URL event and calls the script you specify with the URL as parameter. | Mac only 2.0 |
URLScheme.SetDefaultHandler Sets the user's preferred handler for the specified URL scheme to point to the current application. | Mac/Win 2.0 |
3 functions.
Feedback: Report problem or ask question.