Skip to content

Commit ab3724d

Browse files
committed
Add 'content-changed' property to APS dict in index.d.ts
Required for sending Widget update notifications
1 parent c0f16f1 commit ab3724d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ interface Aps {
120120
badge?: number
121121
sound?: string | ApsSound
122122
"content-available"?: undefined | 1
123+
"content-changed"?: undefined | true
123124
"mutable-content"?: undefined | 1
124125
"url-args"?: string[]
125126
category?: string

0 commit comments

Comments
 (0)