| /expo/packages/expo-notifications/src/__tests__/ |
| H A D | NotificationCategories-test.ts | 17 isDestructive: true, 42 isDestructive: true,
|
| /expo/android/expoview/src/main/java/host/exp/exponent/notifications/ |
| H A D | ActionObject.kt | 13 @Column var isDestructive: Boolean? = null variable in host.exp.exponent.notifications.ActionObject 28 isDestructive = map["isDestructive"] as Boolean?
|
| /expo/packages/expo-notifications/ios/EXNotifications/Notifications/Categories/ |
| H A D | EXNotificationCategoriesModule.m | 114 if ([params[@"options"][@"isDestructive"] boolValue]) { 212 …serializedOptions[@"isDestructive"] = [NSNumber numberWithBool:((options & UNNotificationActionOpt…
|
| /expo/ios/versioned/sdk47/EXNotifications/EXNotifications/Notifications/Categories/ |
| H A D | ABI47_0_0EXNotificationCategoriesModule.m | 114 if ([params[@"options"][@"isDestructive"] boolValue]) { 212 …serializedOptions[@"isDestructive"] = [NSNumber numberWithBool:((options & UNNotificationActionOpt…
|
| /expo/ios/versioned/sdk49/EXNotifications/EXNotifications/Notifications/Categories/ |
| H A D | ABI49_0_0EXNotificationCategoriesModule.m | 114 if ([params[@"options"][@"isDestructive"] boolValue]) { 212 …serializedOptions[@"isDestructive"] = [NSNumber numberWithBool:((options & UNNotificationActionOpt…
|
| /expo/ios/versioned/sdk48/EXNotifications/EXNotifications/Notifications/Categories/ |
| H A D | ABI48_0_0EXNotificationCategoriesModule.m | 114 if ([params[@"options"][@"isDestructive"] boolValue]) { 212 …serializedOptions[@"isDestructive"] = [NSNumber numberWithBool:((options & UNNotificationActionOpt…
|
| /expo/packages/expo-notifications/src/ |
| H A D | Notifications.types.ts | 615 isDestructive?: boolean;
|
| /expo/packages/expo-notifications/build/ |
| H A D | Notifications.types.d.ts | 563 isDestructive?: boolean;
|
| H A D | Notifications.types.js.map | 1 …ive action such as deleting data.\n * @platform ios\n */\n isDestructive?: boolean;\n …
|
| /expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/ |
| H A D | ABI49_0_0EXNotifications.m | 443 if ([params[@"isDestructive"] boolValue]) {
|
| /expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/ |
| H A D | ABI47_0_0EXNotifications.m | 443 if ([params[@"isDestructive"] boolValue]) {
|
| /expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/ |
| H A D | ABI48_0_0EXNotifications.m | 443 if ([params[@"isDestructive"] boolValue]) {
|
| /expo/apps/test-suite/tests/ |
| H A D | Notifications.js | 617 isDestructive: true, property 626 isDestructive: true, property
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | notifications.mdx | 1251 …- `isDestructive`: (**iOS only**) Boolean indicating whether the button title will be highlighted … 2006 isDestructive?: boolean;
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | notifications.mdx | 1251 …- `isDestructive`: (**iOS only**) Boolean indicating whether the button title will be highlighted … 2006 isDestructive?: boolean;
|
| /expo/packages/expo-notifications/ |
| H A D | README.md | 1249 …- `isDestructive`: (**iOS only**) Boolean indicating whether the button title will be highlighted … 1998 isDestructive?: boolean;
|