mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 21:01:34 +08:00

Add dev-setup to figure out links Update development workflow Update package.json and dts-ios Update the iOS declarations grunt is now fine
14 lines
335 B
TypeScript
14 lines
335 B
TypeScript
|
|
declare class ASIdentifierManager extends NSObject {
|
|
|
|
static alloc(): ASIdentifierManager; // inherited from NSObject
|
|
|
|
static new(): ASIdentifierManager; // inherited from NSObject
|
|
|
|
static sharedManager(): ASIdentifierManager;
|
|
|
|
/* readonly */ advertisingIdentifier: NSUUID;
|
|
|
|
/* readonly */ advertisingTrackingEnabled: boolean;
|
|
}
|