Update platform.d.ts

This commit is contained in:
Rossen Hristov
2015-09-29 15:59:05 +03:00
parent 7f22294a74
commit 4096e8ae0c

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;