Difference between revisions of "Application:canOpenUrl"

From GiderosMobile
(prefixindex)
m (----)
Line 1: Line 1:
__NOTOC__
+
'''Available since:''' Gideros 2013.06<br/>
'''Available since:''' Gideros 2013.06
+
'''Class:''' [[Application]]<br/>
<br/>
 
'''Class:''' [[Special:MyLanguage/Application|Application]]
 
<br/>
 
  
 
=== Description ===
 
=== Description ===
Tests if it is possible to open provided url using [[Special:MyLanguage/Application:openUrl|Application:openUrl]] method (it checks only app permissions, so 'true' may be returned even if device is offline)
+
Tests if it is possible to open provided url using [[Application:openUrl]] method (it checks only app permissions, so 'true' may be returned even if device is offline)
 +
 
 
<source lang="lua">
 
<source lang="lua">
 
application:canOpenUrl(url)
 
application:canOpenUrl(url)
Line 15: Line 13:
  
 
----
 
----
 +
 
{{Special:PrefixIndex/Application}}
 
{{Special:PrefixIndex/Application}}
 
<br/>
 
<br/>
  
 
{{Special:PrefixIndex/Event.APPLICATION}}
 
{{Special:PrefixIndex/Event.APPLICATION}}

Revision as of 17:04, 2 December 2019

Available since: Gideros 2013.06
Class: Application

Description

Tests if it is possible to open provided url using Application:openUrl method (it checks only app permissions, so 'true' may be returned even if device is offline)

application:canOpenUrl(url)

Parameters

url: (string) url to test if can be opened