This repository was archived by the owner on Sep 24, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ export interface IOSNotificationPermissions {
224
224
/**
225
225
* An enum representing the notification authorization status for this app on the device.
226
226
*
227
- * Value is truthy if authorized, compare against an exact status (e.g. PROVISIONAL) for a more
227
+ * Value is greater than 0 if authorized, compare against an exact status (e.g. PROVISIONAL) for a more
228
228
* granular status.
229
229
*
230
230
* @platform ios
@@ -256,7 +256,7 @@ export enum IOSAuthorizationStatus {
256
256
/**
257
257
* An enum representing the show previews notification setting for this app on the device.
258
258
*
259
- * Value is truthy if previews are to be shown, compare against an exact value
259
+ * Value is greater than 0 if previews are to be shown, compare against an exact value
260
260
* (e.g. WHEN_AUTHENTICATED) for more granular control.
261
261
*
262
262
* @platform ios
@@ -287,7 +287,7 @@ export enum IOSShowPreviewsSetting {
287
287
/**
288
288
* An enum representing a notification setting for this app on the device.
289
289
*
290
- * Value is truthy if setting enabled, compare against an exact value (e.g. NOT_SUPPORTED) for more
290
+ * Value is greater than 0 if setting enabled, compare against an exact value (e.g. NOT_SUPPORTED) for more
291
291
* granular control.
292
292
*
293
293
* @platform ios
You can’t perform that action at this time.
0 commit comments