mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 11:01:21 +08:00
Update platform.d.ts
This commit is contained in:
5
platform/platform.d.ts
vendored
5
platform/platform.d.ts
vendored
@ -53,7 +53,10 @@ declare module "platform" {
|
||||
static deviceType: string;
|
||||
|
||||
/**
|
||||
* Gets the uuid
|
||||
* Gets the uuid.
|
||||
* On iOS this will return a new uuid if the application re-installed on the device.
|
||||
* If you need to receive the same uuid even after the application has been re-installed on the device,
|
||||
* use this plugin: https://www.npmjs.com/package/nativescript-ios-uuid
|
||||
*/
|
||||
static uuid: string;
|
||||
|
||||
|
Reference in New Issue
Block a user