Searched refs:actionId (Results 1 – 12 of 12) sorted by relevance
| /expo/tools/src/commands/ |
| H A D | EasDispatch.ts | 27 actionId: string; 35 actionId: 'ios-client-build-and-submit', 45 actionId: 'android-client-build-and-submit', 50 actionId: 'android-apk-build-and-publish', 61 actionId: 'ios-simulator-publish', 67 actionId: 'android-apk-publish', 81 async function main(actionId: string | undefined) { 82 if (!actionId || !CUSTOM_ACTIONS[actionId]) { 85 .map((i) => `\n- ${i.actionId} - ${i.name}`); 86 if (!actionId) { [all …]
|
| /expo/android/expoview/src/main/java/host/exp/exponent/notifications/ |
| H A D | ActionObject.kt | 11 @PrimaryKey @Column var actionId: String? = null variable in host.exp.exponent.notifications.ActionObject 26 actionId = map["actionId"] as String?
|
| H A D | NotificationActionCenter.kt | 70 putExtra(KernelConstants.NOTIFICATION_ACTION_TYPE_KEY, actionObject.actionId) in addAction()
|
| /expo/packages/expo-dev-menu-interface/android/src/main/java/expo/interfaces/devmenu/items/ |
| H A D | DevMenuItemsContainer.kt | 32 override fun action(actionId: String, action: () -> Unit, init: DevMenuAction.() -> Unit) = in group() 33 addItem(DevMenuAction(actionId, action), init) in group()
|
| H A D | DevMenuItemsContainerInterface.kt | 21 fun action(actionId: String, action: () -> Unit, init: DevMenuAction.() -> Unit): DevMenuAction in group()
|
| H A D | DevMenuItems.kt | 58 actionId: String, 61 val callable = DevMenuExportedAction(actionId, action)
|
| /expo/packages/expo-dev-menu-interface/android/src/main/java/expo/interfaces/devmenu/ |
| H A D | DevMenuManagerInterface.kt | 59 fun dispatchCallable(actionId: String, args: ReadableMap?)
|
| /expo/packages/expo-dev-menu/android/src/debug/java/expo/modules/devmenu/ |
| H A D | DevMenuManager.kt | 439 override fun dispatchCallable(actionId: String, args: ReadableMap?) { in <lambda>() 441 .find { it.id == actionId } in <lambda>() 446 Log.e("DevMenu", "Action $actionId was called with arguments.") in <lambda>()
|
| /expo/packages/expo-dev-menu/android/src/release/java/expo/modules/devmenu/ |
| H A D | DevMenuManager.kt | 72 override fun dispatchCallable(actionId: String, args: ReadableMap?) { in onKeyEvent()
|
| /expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/ |
| H A D | ABI49_0_0EXNotifications.m | 436 NSString *actionId = [self internalIdForIdentifier:params[@"actionId"]]; 451 return [UNTextInputNotificationAction actionWithIdentifier:actionId 458 return [UNNotificationAction actionWithIdentifier:actionId title:buttonTitle options:options];
|
| /expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/ |
| H A D | ABI47_0_0EXNotifications.m | 436 NSString *actionId = [self internalIdForIdentifier:params[@"actionId"]]; 451 return [UNTextInputNotificationAction actionWithIdentifier:actionId 458 return [UNNotificationAction actionWithIdentifier:actionId title:buttonTitle options:options];
|
| /expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/ |
| H A D | ABI48_0_0EXNotifications.m | 436 NSString *actionId = [self internalIdForIdentifier:params[@"actionId"]]; 451 return [UNTextInputNotificationAction actionWithIdentifier:actionId 458 return [UNNotificationAction actionWithIdentifier:actionId title:buttonTitle options:options];
|