@nativescript/types-ios
Advanced tools
Comparing version 8.4.0 to 8.5.0
@@ -123,3 +123,2 @@ /// <reference path="runtime.d.ts" /> | ||
/// <reference path="objc-x86_64/objc!PhotosUI.d.ts" /> | ||
/// <reference path="objc-x86_64/objc!Pods_iostypingsprj.d.ts" /> | ||
/// <reference path="objc-x86_64/objc!ProximityReader.d.ts" /> | ||
@@ -126,0 +125,0 @@ /// <reference path="objc-x86_64/objc!PushKit.d.ts" /> |
@@ -1070,3 +1070,7 @@ | ||
startGroupActivityWithPlayerHandler(handler: (p1: GKPlayer) => void): void; | ||
stopBrowsingForNearbyPlayers(): void; | ||
stopGroupActivity(): void; | ||
} | ||
@@ -1073,0 +1077,0 @@ |
@@ -14,3 +14,3 @@ | ||
static getSystemFontWeightItalicSymbolicTraits(size: number, weight: number, italic: boolean, symbolicTraits: number): UIFont; | ||
static getSystemFontWeightItalicSymbolicTraits(size: number, weight: number, italic: boolean, symbolicTraits: UIFontDescriptorSymbolicTraits): UIFont; | ||
@@ -17,0 +17,0 @@ static new(): NativeScriptUtils; // inherited from NSObject |
@@ -60,2 +60,4 @@ | ||
readonly supplementalCategories: NSArray<SRSupplementalCategory>; | ||
readonly textInputSessions: NSArray<SRTextInputSession>; | ||
@@ -319,2 +321,4 @@ | ||
readonly longWordTouchUpDown: NSArray<SRKeyboardProbabilityMetric<NSUnitDuration>>; | ||
readonly longWordUpErrorDistance: NSArray<SRKeyboardProbabilityMetric<NSUnitLength>>; | ||
@@ -412,2 +416,4 @@ | ||
readonly touchUpDown: SRKeyboardProbabilityMetric<NSUnitDuration>; | ||
readonly typingSpeed: number; | ||
@@ -631,2 +637,21 @@ | ||
declare class SRSupplementalCategory extends NSObject implements NSCopying, NSSecureCoding { | ||
static alloc(): SRSupplementalCategory; // inherited from NSObject | ||
static new(): SRSupplementalCategory; // inherited from NSObject | ||
readonly identifier: string; | ||
static readonly supportsSecureCoding: boolean; // inherited from NSSecureCoding | ||
constructor(o: { coder: NSCoder; }); // inherited from NSCoding | ||
copyWithZone(zone: interop.Pointer | interop.Reference<any>): any; | ||
encodeWithCoder(coder: NSCoder): void; | ||
initWithCoder(coder: NSCoder): this; | ||
} | ||
declare class SRTextInputSession extends NSObject { | ||
@@ -633,0 +658,0 @@ |
{ | ||
"name": "@nativescript/types-ios", | ||
"version": "8.4.0", | ||
"version": "8.5.0", | ||
"description": "NativeScript Types for iOS.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://nativescript.org", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
9615826
137542
180