From 17f258d651b7d0ead72c195f0a35a4a1d67703b5 Mon Sep 17 00:00:00 2001 From: Sergey Volkov Date: Thu, 5 Dec 2019 16:48:20 +0300 Subject: [PATCH] docs: fix Ti.Platform.openURL parameters --- apidoc/Titanium/Platform/Platform.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apidoc/Titanium/Platform/Platform.yml b/apidoc/Titanium/Platform/Platform.yml index c85789ac44c..8b93ed67677 100644 --- a/apidoc/Titanium/Platform/Platform.yml +++ b/apidoc/Titanium/Platform/Platform.yml @@ -96,9 +96,11 @@ methods: * `UIApplicationOpenURLOptionUniversalLinksOnly` (Boolean value) Read more about the available keys in the [Apple documentation](https://developer.apple.com/documentation/uikit/uiapplicationopenurloptionskey?language=objc). type: Dictionary + optional: true - name: callback summary: The optional callback that is called once the URL is opened (iOS 10+). type: Callback + optional: true - name: is24HourTimeFormat summary: Returns whether the system settings are configured to show times in 24-hour format.