Merge pull request #12739 from mhilbrunner/patch-1

[DOCS] OS.get_unique_string(). See #3628.
This commit is contained in:
Rémi Verschelde 2017-11-08 10:25:51 +01:00 committed by GitHub
commit 09abcc719b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -376,7 +376,7 @@
<return type="String">
</return>
<description>
Returns a unique string.
Returns a string that is unique to the device. Currently only works on Android and iOS. Returns empty string on other platforms.
</description>
</method>
<method name="get_unix_time" qualifiers="const">