Merge pull request #847 from NativeScript/update-uuid-api-doc

Update platform.d.ts
This commit is contained in:
Rossen Hristov
2015-09-29 15:59:21 +03:00

View File

@ -53,7 +53,10 @@ declare module "platform" {
static deviceType: string; 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; static uuid: string;