Home
last modified time | relevance | path

Searched refs:actionId (Results 1 – 12 of 12) sorted by relevance

/expo/tools/src/commands/
H A DEasDispatch.ts27 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 DActionObject.kt11 @PrimaryKey @Column var actionId: String? = null variable in host.exp.exponent.notifications.ActionObject
26 actionId = map["actionId"] as String?
H A DNotificationActionCenter.kt70 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 DDevMenuItemsContainer.kt32 override fun action(actionId: String, action: () -> Unit, init: DevMenuAction.() -> Unit) = in group()
33 addItem(DevMenuAction(actionId, action), init) in group()
H A DDevMenuItemsContainerInterface.kt21 fun action(actionId: String, action: () -> Unit, init: DevMenuAction.() -> Unit): DevMenuAction in group()
H A DDevMenuItems.kt58 actionId: String,
61 val callable = DevMenuExportedAction(actionId, action)
/expo/packages/expo-dev-menu-interface/android/src/main/java/expo/interfaces/devmenu/
H A DDevMenuManagerInterface.kt59 fun dispatchCallable(actionId: String, args: ReadableMap?)
/expo/packages/expo-dev-menu/android/src/debug/java/expo/modules/devmenu/
H A DDevMenuManager.kt439 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 DDevMenuManager.kt72 override fun dispatchCallable(actionId: String, args: ReadableMap?) { in onKeyEvent()
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/
H A DABI49_0_0EXNotifications.m436 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 DABI47_0_0EXNotifications.m436 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 DABI48_0_0EXNotifications.m436 NSString *actionId = [self internalIdForIdentifier:params[@"actionId"]];
451 return [UNTextInputNotificationAction actionWithIdentifier:actionId
458 return [UNNotificationAction actionWithIdentifier:actionId title:buttonTitle options:options];