mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Add iOS 10 .d.ts-es
This commit is contained in:
@@ -86,6 +86,8 @@ declare class WKInterfaceController extends NSObject {
|
||||
|
||||
handleActionWithIdentifierForLocalNotification(identifier: string, localNotification: UILocalNotification): void;
|
||||
|
||||
handleActionWithIdentifierForNotification(identifier: string, notification: UNNotification): void;
|
||||
|
||||
handleActionWithIdentifierForRemoteNotification(identifier: string, remoteNotification: NSDictionary<any, any>): void;
|
||||
|
||||
handleUserActivity(userInfo: NSDictionary<any, any>): void;
|
||||
@@ -476,6 +478,8 @@ declare class WKUserNotificationInterfaceController extends WKInterfaceControlle
|
||||
|
||||
didReceiveLocalNotificationWithCompletion(localNotification: UILocalNotification, completionHandler: (p1: WKUserNotificationInterfaceType) => void): void;
|
||||
|
||||
didReceiveNotificationWithCompletion(notification: UNNotification, completionHandler: (p1: WKUserNotificationInterfaceType) => void): void;
|
||||
|
||||
didReceiveRemoteNotificationWithCompletion(remoteNotification: NSDictionary<any, any>, completionHandler: (p1: WKUserNotificationInterfaceType) => void): void;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user