Home
last modified time | relevance | path

Searched refs:buttonTitle (Results 1 – 25 of 37) sorted by relevance

12

/expo/packages/expo-notifications/src/__tests__/
H A DNotificationCategories-test.ts12 buttonTitle: 'click me',
37 buttonTitle: 'click me',
/expo/android/expoview/src/main/java/host/exp/exponent/notifications/
H A DActionObject.kt12 @Column var buttonTitle: String? = null variable in host.exp.exponent.notifications.ActionObject
27 buttonTitle = map["buttonTitle"] as String?
H A DNotificationActionCenter.kt82 actionObject.buttonTitle, in addAction()
/expo/apps/test-suite/screens/
H A DSelectScreen.js166 const buttonTitle = allSelected ? 'Deselect All' : 'Select All';
179 buttonTitle={buttonTitle} field
189 function Footer({ buttonTitle, canRunTests, onToggle, onRun }) { field
203 title={buttonTitle} field
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/addresssheet/
H A DAddressLauncherFragment.kt80 buttonTitle: String?, in <lambda>()
91 buttonTitle = buttonTitle, in <lambda>()
H A DAddressSheetView.kt27 private var buttonTitle: String? = null in <lambda>() variable in abi48_0_0.host.exp.exponent.modules.api.components.reactnativestripesdk.addresssheet.AddressSheetView
66 buttonTitle, in <lambda>()
102 buttonTitle = title in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/addresssheet/
H A DAddressLauncherFragment.kt80 buttonTitle: String?, in <lambda>()
91 buttonTitle = buttonTitle, in <lambda>()
H A DAddressSheetView.kt27 private var buttonTitle: String? = null in <lambda>() variable in abi49_0_0.host.exp.exponent.modules.api.components.reactnativestripesdk.addresssheet.AddressSheetView
66 buttonTitle, in <lambda>()
102 buttonTitle = title in <lambda>()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/reactnativestripesdk/addresssheet/
H A DAddressLauncherFragment.kt75 buttonTitle: String?, in <lambda>()
85 buttonTitle = buttonTitle, in <lambda>()
H A DAddressSheetView.kt29 private var buttonTitle: String? = null in <lambda>() variable in versioned.host.exp.exponent.modules.api.components.reactnativestripesdk.addresssheet.AddressSheetView
68 buttonTitle, in <lambda>()
104 buttonTitle = title in <lambda>()
/expo/packages/expo-notifications/android/src/main/java/expo/modules/notifications/notifications/categories/
H A DExpoNotificationCategoriesModule.kt32 val buttonTitle: String = "" in <lambda>() constant in expo.modules.notifications.notifications.categories.NotificationActionRecord
100 actionMap.buttonTitle, in createResultReceiver()
109 actionMap.buttonTitle, in createResultReceiver()
/expo/packages/expo-notifications/ios/EXNotifications/Notifications/Categories/
H A DEXNotificationCategoriesModule.m108 NSString *buttonTitle = params[@"buttonTitle"];
123 title:buttonTitle
129 return [UNNotificationAction actionWithIdentifier:identifier title:buttonTitle options:options];
193 actionDictionary[@"buttonTitle"] = actions[i].title;
/expo/ios/versioned/sdk47/EXNotifications/EXNotifications/Notifications/Categories/
H A DABI47_0_0EXNotificationCategoriesModule.m108 NSString *buttonTitle = params[@"buttonTitle"];
123 title:buttonTitle
129 return [UNNotificationAction actionWithIdentifier:identifier title:buttonTitle options:options];
193 actionDictionary[@"buttonTitle"] = actions[i].title;
/expo/ios/versioned/sdk49/EXNotifications/EXNotifications/Notifications/Categories/
H A DABI49_0_0EXNotificationCategoriesModule.m108 NSString *buttonTitle = params[@"buttonTitle"];
123 title:buttonTitle
129 return [UNNotificationAction actionWithIdentifier:identifier title:buttonTitle options:options];
193 actionDictionary[@"buttonTitle"] = actions[i].title;
/expo/ios/versioned/sdk48/EXNotifications/EXNotifications/Notifications/Categories/
H A DABI48_0_0EXNotificationCategoriesModule.m108 NSString *buttonTitle = params[@"buttonTitle"];
123 title:buttonTitle
129 return [UNNotificationAction actionWithIdentifier:identifier title:buttonTitle options:options];
193 actionDictionary[@"buttonTitle"] = actions[i].title;
/expo/docs/ui/components/Snippet/blocks/
H A DSnackInline.tsx26 buttonTitle?: string;
37 buttonTitle,
106 {buttonTitle || 'Open in Snack'}
/expo/apps/native-component-list/src/screens/
H A DLinkingScreen.tsx58 const buttonTitle = canOpen ? 'Open ��' : 'Cannot Open ��';
63 <Button title={buttonTitle} onPress={handleClick} disabled={!canOpen} />
/expo/ios/vendored/unversioned/@stripe/stripe-react-native/ios/AddressSheet/
H A DAddressSheetView.swift85 buttonTitle: primaryButtonTitle, in buildAddressSheetConfiguration()
/expo/ios/vendored/sdk49/@stripe/stripe-react-native/ios/AddressSheet/
H A DAddressSheetView.swift85 buttonTitle: primaryButtonTitle, in buildAddressSheetConfiguration()
/expo/ios/vendored/sdk48/@stripe/stripe-react-native/ios/AddressSheet/
H A DAddressSheetView.swift85 buttonTitle: primaryButtonTitle, in buildAddressSheetConfiguration()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CoreModules/
H A DABI49_0_0RCTAlertManager.mm157 NSString *buttonTitle = [ABI49_0_0RCTConvert NSString:button[buttonKey]];
167 [UIAlertAction actionWithTitle:buttonTitle
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CoreModules/
H A DABI47_0_0RCTAlertManager.mm170 NSString *buttonTitle = [ABI47_0_0RCTConvert NSString:button[buttonKey]];
180 actionWithTitle:buttonTitle
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/CoreModules/
H A DABI48_0_0RCTAlertManager.mm171 NSString *buttonTitle = [ABI48_0_0RCTConvert NSString:button[buttonKey]];
181 [UIAlertAction actionWithTitle:buttonTitle
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/
H A DABI49_0_0EXNotifications.m437 NSString *buttonTitle = params[@"buttonTitle"];
452 title:buttonTitle
458 return [UNNotificationAction actionWithIdentifier:actionId title:buttonTitle options:options];
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/
H A DABI47_0_0EXNotifications.m437 NSString *buttonTitle = params[@"buttonTitle"];
452 title:buttonTitle
458 return [UNNotificationAction actionWithIdentifier:actionId title:buttonTitle options:options];

12