File tree Expand file tree Collapse file tree 4 files changed +24
-5
lines changed
Expand file tree Collapse file tree 4 files changed +24
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @nativescript/types-android" ,
3- "version" : " 7.1 .0" ,
3+ "version" : " 7.2 .0" ,
44 "description" : " NativeScript Types for Android." ,
55 "homepage" : " https://nativescript.org" ,
66 "repository" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @nativescript/types-ios" ,
3- "version" : " 7.1 .0" ,
3+ "version" : " 7.2 .0" ,
44 "description" : " NativeScript Types for iOS." ,
55 "homepage" : " https://nativescript.org" ,
66 "repository" : {
Original file line number Diff line number Diff line change 11
2+ declare const enum ENActivityFlags {
3+
4+ Reserved1 = 1 ,
5+
6+ Reserved2 = 2 ,
7+
8+ PeriodicRun = 4 ,
9+
10+ PreAuthorizedKeyReleaseNotificationTapped = 8
11+ }
12+
213declare const ENAttenuationMax : number ;
314
415declare const ENAttenuationMin : number ;
@@ -252,6 +263,10 @@ declare class ENManager extends NSObject {
252263
253264 static new ( ) : ENManager ; // inherited from NSObject
254265
266+ activityHandler : ( p1 : ENActivityFlags ) => void ;
267+
268+ diagnosisKeysAvailableHandler : ( p1 : NSArray < ENTemporaryExposureKey > ) => void ;
269+
255270 dispatchQueue : NSObject ;
256271
257272 readonly exposureNotificationEnabled : boolean ;
@@ -280,6 +295,10 @@ declare class ENManager extends NSObject {
280295
281296 invalidate ( ) : void ;
282297
298+ preAuthorizeDiagnosisKeysWithCompletionHandler ( completionHandler : ( p1 : NSError ) => void ) : void ;
299+
300+ requestPreAuthorizedDiagnosisKeysWithCompletionHandler ( completionHandler : ( p1 : NSError ) => void ) : void ;
301+
283302 setExposureNotificationEnabledCompletionHandler ( enabled : boolean , completionHandler : ( p1 : NSError ) => void ) : void ;
284303}
285304
Original file line number Diff line number Diff line change 11{
22 "name" : " @nativescript/types" ,
3- "version" : " 7.1 .0" ,
3+ "version" : " 7.2 .0" ,
44 "description" : " NativeScript Types for all supported platforms." ,
55 "homepage" : " https://nativescript.org" ,
66 "repository" : {
1212 ],
1313 "license" : " Apache-2.0" ,
1414 "dependencies" : {
15- "@nativescript/types-ios" : " 7.1 .0" ,
16- "@nativescript/types-android" : " 7.1 .0"
15+ "@nativescript/types-ios" : " 7.2 .0" ,
16+ "@nativescript/types-android" : " 7.2 .0"
1717 }
1818}
You can’t perform that action at this time.
0 commit comments