@types/react-native-push-notification
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -25,6 +25,7 @@ // Type definitions for react-native-push-notification 3.0 | ||
export class PushNotificationOptions { | ||
export interface PushNotificationOptions { | ||
onRegister?: (token: { os: string, token: string }) => void; | ||
onNotification?: (notification: PushNotification) => void; | ||
senderID?: string; | ||
permissions?: PushNotificationPermissions; | ||
popInitialNotification?: boolean; | ||
@@ -31,0 +32,0 @@ requestPermissions?: boolean; |
{ | ||
"name": "@types/react-native-push-notification", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "TypeScript definitions for react-native-push-notification", | ||
@@ -21,8 +21,8 @@ "license": "MIT", | ||
"type": "git", | ||
"url": "https://www.github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
}, | ||
"scripts": {}, | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "8f2fd2e62c765afbe29e19d322a2a8cc184e115a62d41ab447bdc4f1e3b723f9", | ||
"typesPublisherContentHash": "2d54901395d46e7e1dcf05aeb3cb1ed031c71e93390a19cf8df4f47a077bae06", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -8,6 +8,6 @@ # Installation | ||
# Details | ||
Files were exported from https://www.github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native-push-notification | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native-push-notification | ||
Additional Details | ||
* Last updated: Wed, 17 Jan 2018 22:17:28 GMT | ||
* Last updated: Wed, 03 Oct 2018 18:58:39 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
5541
81