Difference between revisions of "Application:canOpenUrl"
From GiderosMobile
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
− | '''Available since:''' Gideros 2013.06<br/> | + | '''<translate>Available since</translate>:''' Gideros 2013.06<br/> |
− | === Description === | + | === <translate>Description</translate> === |
<translate>Tests if it is possible to open provided url using [[Special:MyLanguage/Application:openUrl|Application:openUrl]] method</translate> | <translate>Tests if it is possible to open provided url using [[Special:MyLanguage/Application:openUrl|Application:openUrl]] method</translate> | ||
<source lang="lua"> | <source lang="lua"> | ||
Application:canOpenUrl(url) | Application:canOpenUrl(url) | ||
</source> | </source> | ||
− | === Parameters === | + | === <translate>Parameters</translate> === |
'''url''': (string) <translate>url to test if can be opened</translate> <br/> | '''url''': (string) <translate>url to test if can be opened</translate> <br/> |
Revision as of 07:28, 24 August 2018
Available since: Gideros 2013.06
Description
Tests if it is possible to open provided url using Application:openUrl method
Application:canOpenUrl(url)
Parameters
url: (string) url to test if can be opened