Home
last modified time | relevance | path

Searched refs:isDestructive (Results 1 – 16 of 16) sorted by relevance

/expo/packages/expo-notifications/src/__tests__/
H A DNotificationCategories-test.ts17 isDestructive: true,
42 isDestructive: true,
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DActionObject.kt13 @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 DEXNotificationCategoriesModule.m114 if ([params[@"options"][@"isDestructive"] boolValue]) {
212 …serializedOptions[@"isDestructive"] = [NSNumber numberWithBool:((options & UNNotificationActionOpt…
/expo/ios/versioned/sdk47/EXNotifications/EXNotifications/Notifications/Categories/
H A DABI47_0_0EXNotificationCategoriesModule.m114 if ([params[@"options"][@"isDestructive"] boolValue]) {
212 …serializedOptions[@"isDestructive"] = [NSNumber numberWithBool:((options & UNNotificationActionOpt…
/expo/ios/versioned/sdk49/EXNotifications/EXNotifications/Notifications/Categories/
H A DABI49_0_0EXNotificationCategoriesModule.m114 if ([params[@"options"][@"isDestructive"] boolValue]) {
212 …serializedOptions[@"isDestructive"] = [NSNumber numberWithBool:((options & UNNotificationActionOpt…
/expo/ios/versioned/sdk48/EXNotifications/EXNotifications/Notifications/Categories/
H A DABI48_0_0EXNotificationCategoriesModule.m114 if ([params[@"options"][@"isDestructive"] boolValue]) {
212 …serializedOptions[@"isDestructive"] = [NSNumber numberWithBool:((options & UNNotificationActionOpt…
/expo/packages/expo-notifications/src/
H A DNotifications.types.ts615 isDestructive?: boolean;
/expo/packages/expo-notifications/build/
H A DNotifications.types.d.ts563 isDestructive?: boolean;
H A DNotifications.types.js.map1 …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 DABI49_0_0EXNotifications.m443 if ([params[@"isDestructive"] boolValue]) {
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/
H A DABI47_0_0EXNotifications.m443 if ([params[@"isDestructive"] boolValue]) {
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/
H A DABI48_0_0EXNotifications.m443 if ([params[@"isDestructive"] boolValue]) {
/expo/apps/test-suite/tests/
H A DNotifications.js617 isDestructive: true, property
626 isDestructive: true, property
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dnotifications.mdx1251 …- `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 Dnotifications.mdx1251 …- `isDestructive`: (**iOS only**) Boolean indicating whether the button title will be highlighted …
2006 isDestructive?: boolean;
/expo/packages/expo-notifications/
H A DREADME.md1249 …- `isDestructive`: (**iOS only**) Boolean indicating whether the button title will be highlighted …
1998 isDestructive?: boolean;