diff options
author | geequlim <geequlim@gmail.com> | 2018-01-20 23:17:39 +0800 |
---|---|---|
committer | geequlim <geequlim@gmail.com> | 2018-02-01 23:29:39 +0800 |
commit | 5980bef67294e861b25071df76c0169e360a2f76 (patch) | |
tree | 4e183ac4a62622f11fb5ee544ac7df35148a1ce6 /doc/classes | |
parent | df1c16d0fe06426dfdea8259878e479b38623d04 (diff) |
OSX: implement OS.get_unique_id
Update the documentations for OS.get_unique_id()
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/OS.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/classes/OS.xml b/doc/classes/OS.xml index 80febff4af..a61b156b01 100644 --- a/doc/classes/OS.xml +++ b/doc/classes/OS.xml @@ -346,7 +346,8 @@ <return type="String"> </return> <description> - Returns a string that is unique to the device. Currently only works on Android and iOS. Returns empty string on other platforms. + Returns a string that is unique to the device. + Returns empty string on HTML5 and UWP which are not supported yet. </description> </method> <method name="get_unix_time" qualifiers="const"> |