|
|
|
|
262
|
```ts
|
262
|
```ts
|
263
|
interface NotificationSettings {
|
263
|
interface NotificationSettings {
|
264
|
// properties only availables on iOS
|
264
|
// properties only availables on iOS
|
265
|
- // unavaible settings will not be included in the response object
|
|
|
|
|
265
|
+ // unavailable settings will not be included in the response object
|
266
|
alert?: boolean;
|
266
|
alert?: boolean;
|
267
|
badge?: boolean;
|
267
|
badge?: boolean;
|
268
|
sound?: boolean;
|
268
|
sound?: boolean;
|
|
|
|
|
304
|
|
304
|
|
305
|
interface NotificationSettings {
|
305
|
interface NotificationSettings {
|
306
|
// properties only availables on iOS
|
306
|
// properties only availables on iOS
|
307
|
- // unavaible settings will not be included in the response object
|
|
|
|
|
307
|
+ // unavailable settings will not be included in the response object
|
308
|
alert?: boolean;
|
308
|
alert?: boolean;
|
309
|
badge?: boolean;
|
309
|
badge?: boolean;
|
310
|
sound?: boolean;
|
310
|
sound?: boolean;
|