Home
last modified time | relevance | path

Searched refs:received (Results 1 – 25 of 115) sorted by relevance

12345

/expo/packages/expo-modules-core/ios/Swift/
H A DJavaScriptUtils.swift70 internal func validateArgumentsNumber(function: AnyFunction, received: Int) throws { in validateArgumentsNumber()
74 if received < requiredArgumentsCount || received > argumentsCount { in validateArgumentsNumber()
76 received: received, in validateArgumentsNumber()
112 internal class InvalidArgsNumberException: GenericException<(received: Int, expected: Int, required…
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/
H A DJavaScriptUtils.swift70 internal func validateArgumentsNumber(function: AnyFunction, received: Int) throws { in validateArgumentsNumber()
74 if received < requiredArgumentsCount || received > argumentsCount { in validateArgumentsNumber()
76 received: received, in validateArgumentsNumber()
112 internal class InvalidArgsNumberException: GenericException<(received: Int, expected: Int, required…
/expo/packages/expo-modules-core/src/__tests__/__snapshots__/
H A DNativeModulesProxy-test.native.ts.snap.android3 …ed to bridged methods 1`] = `"Native method ExpoTest.testAsync expects 1 argument but received 0"`;
5 …ed to bridged methods 2`] = `"Native method ExpoTest.testAsync expects 1 argument but received 2"`;
H A DNativeModulesProxy-test.native.ts.snap.ios3 …ed to bridged methods 1`] = `"Native method ExpoTest.testAsync expects 1 argument but received 0"`;
5 …ed to bridged methods 2`] = `"Native method ExpoTest.testAsync expects 1 argument but received 2"`;
H A DNativeModulesProxy-test.ts.snap.ios3 …ed to bridged methods 1`] = `"Native method ExpoTest.testAsync expects 1 argument but received 0"`;
5 …ed to bridged methods 2`] = `"Native method ExpoTest.testAsync expects 1 argument but received 2"`;
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/DynamicTypes/
H A DDynamicTypedArrayType.swift26 throw ArrayTypeMismatchException((received: type(of: typedArray), expected: innerType)) in cast<ValueType>()
36 internal final class ArrayTypeMismatchException: GenericException<(received: Any.Type, expected: An…
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/DynamicTypes/
H A DDynamicTypedArrayType.swift26 throw ArrayTypeMismatchException((received: type(of: typedArray), expected: innerType)) in cast<ValueType>()
36 internal final class ArrayTypeMismatchException: GenericException<(received: Any.Type, expected: An…
/expo/packages/expo-modules-core/ios/Swift/DynamicTypes/
H A DDynamicTypedArrayType.swift37 throw ArrayTypeMismatchException((received: type(of: typedArray), expected: innerType)) in cast<ValueType>()
47 internal final class ArrayTypeMismatchException: GenericException<(received: Any.Type, expected: An…
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/DynamicTypes/
H A DDynamicTypedArrayType.swift37 throw ArrayTypeMismatchException((received: type(of: typedArray), expected: innerType)) in cast<ValueType>()
47 internal final class ArrayTypeMismatchException: GenericException<(received: Any.Type, expected: An…
/expo/docs/pages/push-notifications/
H A Dreceiving-notifications.mdx3 description: Learn how to respond to a notification received by your app and take action based on t…
12 …eivedListener` event listeners receive an object when a notification is received or interacted wit…
14 These listeners allow you to add behavior when notifications are received while your app is open an…
20 …/* @info This listener is fired whenever a notification is received while the app is foregrounded.…
43 To handle the behavior when notifications are received when your app is **foregrounded**, use [`Not…
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/
H A DJavaScriptUtils.swift32 throw InvalidArgsNumberException((received: arguments.count, expected: function.argumentsCount)) in cast()
58 internal class InvalidArgsNumberException: GenericException<(received: Int, expected: Int)> {
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/
H A DJavaScriptUtils.swift36 received: arguments.count, in cast()
71 internal class InvalidArgsNumberException: GenericException<(received: Int, expected: Int, required…
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/kotlin/exception/
H A DCodedException.kt88 internal class InvalidArgsNumberException(received: Int, expected: Int, required: Int = expected) : in errorCodeOf()
91 "Received $received arguments, but $expected was expected and at least $required is required" in errorCodeOf()
93 "Received $received arguments, but $expected was expected"
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/exception/
H A DCodedException.kt96 internal class InvalidArgsNumberException(received: Int, expected: Int, required: Int = expected) : in errorCodeOf()
99 "Received $received arguments, but $expected was expected and at least $required is required" in errorCodeOf()
101 "Received $received arguments, but $expected was expected"
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/kotlin/exception/
H A DCodedException.kt95 internal class InvalidArgsNumberException(received: Int, expected: Int, required: Int = expected) : in errorCodeOf()
98 "Received $received arguments, but $expected was expected and at least $required is required" in errorCodeOf()
100 "Received $received arguments, but $expected was expected"
/expo/packages/expo-modules-core/android/src/main/cpp/
H A DExceptions.cpp49 jni::local_ref<InvalidArgsNumberException> InvalidArgsNumberException::create(int received, int exp… in create() argument
51 received, in create()
H A DExceptions.h69 int received,
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/kotlin/exception/
H A DCodedException.kt80 internal class InvalidArgsNumberException(received: Int, expected: Int) : in errorCodeOf()
81 CodedException(message = "Received $received arguments, but $expected was expected.") in errorCodeOf()
/expo/ios/vendored/sdk47/react-native-svg/apple/Brushes/
H A DABI47_0_0RNSVGPainterBrush.mm20 …ABI47_0_0RCTLogError(@"-[%@ %@] expects 2 elements, received %@", self.class, NSStringFromSelector…
/expo/ios/vendored/unversioned/react-native-svg/apple/Brushes/
H A DRNSVGPainterBrush.mm20 …RCTLogError(@"-[%@ %@] expects 2 elements, received %@", self.class, NSStringFromSelector(_cmd), a…
/expo/ios/vendored/sdk49/react-native-svg/apple/Brushes/
H A DABI49_0_0RNSVGPainterBrush.mm20 …ABI49_0_0RCTLogError(@"-[%@ %@] expects 2 elements, received %@", self.class, NSStringFromSelector…
/expo/ios/vendored/sdk48/react-native-svg/apple/Brushes/
H A DABI48_0_0RNSVGPainterBrush.mm20 …ABI48_0_0RCTLogError(@"-[%@ %@] expects 2 elements, received %@", self.class, NSStringFromSelector…
/expo/packages/expo-notifications/build/
H A DuseLastNotificationResponse.js.map1received most recently\n * (a notification response designates an interaction with a notification,…
/expo/packages/expo-updates/build/
H A DUpdates.types.js.map1received from the update server.\n */\n NO_UPDATE_AVAILABLE_ON_SERVER = 'noUpdateAvailableOnSer…
/expo/packages/expo-notifications/ios/EXNotifications/Notifications/Background/
H A DEXBackgroundRemoteNotificationConsumer.m36 // Translate result received from JS to another (native) type that is then used for example as an a…

12345