mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
14 lines
323 B
TypeScript
14 lines
323 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;
|
|
}
|