Home
last modified time | relevance | path

Searched refs:isRequired (Results 1 – 25 of 48) sorted by relevance

12

/expo/packages/expo-calendar/android/src/main/java/expo/modules/calendar/
H A DAttendeeBuilder.kt21 fun putString(detailsKey: String, detailsString: String, isRequired: Boolean) = apply { in <lambda>()
24 } else if (isRequired) { in <lambda>()
29 …fun putString(detailsKey: String, detailsString: String, isRequired: Boolean?, mapper: (String) ->… in <lambda>()
32 } else if (isRequired == true) { in <lambda>()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/calendar/
H A DAttendeeBuilder.kt21 fun putString(detailsKey: String, detailsString: String, isRequired: Boolean) = apply { in <lambda>()
24 } else if (isRequired) { in <lambda>()
29 …fun putString(detailsKey: String, detailsString: String, isRequired: Boolean?, mapper: (String) ->… in <lambda>()
32 } else if (isRequired == true) { in <lambda>()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/calendar/
H A DAttendeeBuilder.kt21 fun putString(detailsKey: String, detailsString: String, isRequired: Boolean) = apply { in <lambda>()
24 } else if (isRequired) { in <lambda>()
29 …fun putString(detailsKey: String, detailsString: String, isRequired: Boolean?, mapper: (String) ->… in <lambda>()
32 } else if (isRequired == true) { in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/calendar/
H A DAttendeeBuilder.kt21 fun putString(detailsKey: String, detailsString: String, isRequired: Boolean) = apply { in <lambda>()
24 } else if (isRequired) { in <lambda>()
29 …fun putString(detailsKey: String, detailsString: String, isRequired: Boolean?, mapper: (String) ->… in <lambda>()
32 } else if (isRequired == true) { in <lambda>()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/reactnativestripesdk/
H A DGooglePayFragment.kt46 val isRequired = billingAddressConfigBundle.getBoolean("isRequired") in onViewCreated() constant
50 … mapToGooglePayPaymentMethodLauncherBillingAddressConfig(formatString, isRequired, isPhoneNumberRe… in onViewCreated()
66 …dressConfig = mapToGooglePayLauncherBillingAddressConfig(formatString, isRequired, isPhoneNumberRe… in onViewCreated()
182 …private fun mapToGooglePayLauncherBillingAddressConfig(formatString: String, isRequired: Boolean, … in mapToGooglePayLauncherBillingAddressConfig()
189 isRequired = isRequired, in mapToGooglePayLauncherBillingAddressConfig()
195 …oglePayPaymentMethodLauncherBillingAddressConfig(formatString: String, isRequired: Boolean, isPhon… in mapToGooglePayPaymentMethodLauncherBillingAddressConfig()
202 isRequired = isRequired, in mapToGooglePayPaymentMethodLauncherBillingAddressConfig()
H A DGooglePayRequestHelper.kt52 val isRequired = params?.getBooleanOr("isRequired", false) in <lambda>() constant
57 isRequired = isRequired ?: false, in <lambda>()
64 val isRequired = params?.getBooleanOr("isRequired", false) in <lambda>() constant
73 isRequired = isRequired ?: false, in <lambda>()
H A DGooglePayLauncherFragment.kt117 val isRequired = params?.getBooleanOr("isRequired", false) in buildBillingAddressParameters() constant
126 isRequired = isRequired ?: false, in buildBillingAddressParameters()
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/
H A DGooglePayFragment.kt46 val isRequired = billingAddressConfigBundle.getBoolean("isRequired") in onViewCreated() constant
50 … mapToGooglePayPaymentMethodLauncherBillingAddressConfig(formatString, isRequired, isPhoneNumberRe… in onViewCreated()
66 …dressConfig = mapToGooglePayLauncherBillingAddressConfig(formatString, isRequired, isPhoneNumberRe… in onViewCreated()
182 …private fun mapToGooglePayLauncherBillingAddressConfig(formatString: String, isRequired: Boolean, … in mapToGooglePayLauncherBillingAddressConfig()
189 isRequired = isRequired, in mapToGooglePayLauncherBillingAddressConfig()
195 …oglePayPaymentMethodLauncherBillingAddressConfig(formatString: String, isRequired: Boolean, isPhon… in mapToGooglePayPaymentMethodLauncherBillingAddressConfig()
202 isRequired = isRequired, in mapToGooglePayPaymentMethodLauncherBillingAddressConfig()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/
H A DGooglePayFragment.kt46 val isRequired = billingAddressConfigBundle.getBoolean("isRequired") in onViewCreated() constant
50 … mapToGooglePayPaymentMethodLauncherBillingAddressConfig(formatString, isRequired, isPhoneNumberRe… in onViewCreated()
66 …dressConfig = mapToGooglePayLauncherBillingAddressConfig(formatString, isRequired, isPhoneNumberRe… in onViewCreated()
182 …private fun mapToGooglePayLauncherBillingAddressConfig(formatString: String, isRequired: Boolean, … in mapToGooglePayLauncherBillingAddressConfig()
189 isRequired = isRequired, in mapToGooglePayLauncherBillingAddressConfig()
195 …oglePayPaymentMethodLauncherBillingAddressConfig(formatString: String, isRequired: Boolean, isPhon… in mapToGooglePayPaymentMethodLauncherBillingAddressConfig()
202 isRequired = isRequired, in mapToGooglePayPaymentMethodLauncherBillingAddressConfig()
H A DGooglePayRequestHelper.kt52 val isRequired = params?.getBooleanOr("isRequired", false) in <lambda>() constant
57 isRequired = isRequired ?: false, in <lambda>()
64 val isRequired = params?.getBooleanOr("isRequired", false) in <lambda>() constant
73 isRequired = isRequired ?: false, in <lambda>()
H A DGooglePayLauncherFragment.kt120 val isRequired = params?.getBooleanOr("isRequired", false) in buildBillingAddressParameters() constant
129 isRequired = isRequired ?: false, in buildBillingAddressParameters()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/
H A DGooglePayFragment.kt46 val isRequired = billingAddressConfigBundle.getBoolean("isRequired") in onViewCreated() constant
50 … mapToGooglePayPaymentMethodLauncherBillingAddressConfig(formatString, isRequired, isPhoneNumberRe… in onViewCreated()
66 …dressConfig = mapToGooglePayLauncherBillingAddressConfig(formatString, isRequired, isPhoneNumberRe… in onViewCreated()
182 …private fun mapToGooglePayLauncherBillingAddressConfig(formatString: String, isRequired: Boolean, … in mapToGooglePayLauncherBillingAddressConfig()
189 isRequired = isRequired, in mapToGooglePayLauncherBillingAddressConfig()
195 …oglePayPaymentMethodLauncherBillingAddressConfig(formatString: String, isRequired: Boolean, isPhon… in mapToGooglePayPaymentMethodLauncherBillingAddressConfig()
202 isRequired = isRequired, in mapToGooglePayPaymentMethodLauncherBillingAddressConfig()
H A DGooglePayRequestHelper.kt52 val isRequired = params?.getBooleanOr("isRequired", false) in <lambda>() constant
57 isRequired = isRequired ?: false, in <lambda>()
64 val isRequired = params?.getBooleanOr("isRequired", false) in <lambda>() constant
73 isRequired = isRequired ?: false, in <lambda>()
H A DGooglePayLauncherFragment.kt120 val isRequired = params?.getBooleanOr("isRequired", false) in buildBillingAddressParameters() constant
129 isRequired = isRequired ?: false, in buildBillingAddressParameters()
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Records/
H A DField.swift33 internal var isRequired: Bool { variable
78 if newValue == nil && (!isOptional || isRequired) { in set()
H A DAnyField.swift20 var isRequired: Bool { get } in get() variable
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Records/
H A DField.swift33 internal var isRequired: Bool { variable
78 if newValue == nil && (!isOptional || isRequired) { in set()
H A DAnyField.swift20 var isRequired: Bool { get } in get() variable
/expo/packages/expo-modules-core/ios/Swift/Records/
H A DField.swift33 internal var isRequired: Bool { variable
78 if newValue == nil && (!isOptional || isRequired) { in set()
H A DAnyField.swift20 var isRequired: Bool { get } in get() variable
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Records/
H A DField.swift33 internal var isRequired: Bool { variable
78 if newValue == nil && (!isOptional || isRequired) { in set()
H A DAnyField.swift20 var isRequired: Bool { get } in get() variable
/expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/records/
H A DRecordTypeConverter.kt40 isRequired = property.findAnnotation<Required>() != null, in <lambda>()
75 if (descriptor.isRequired) { in <lambda>()
129 val isRequired: Boolean, in <lambda>() constant in expo.modules.kotlin.records.RecordTypeConverter.PropertyDescriptor
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/kotlin/records/
H A DRecordTypeConverter.kt40 isRequired = property.findAnnotation<Required>() != null, in <lambda>()
74 if (descriptor.isRequired) { in <lambda>()
128 val isRequired: Boolean, in <lambda>() constant in abi48_0_0.expo.modules.kotlin.records.RecordTypeConverter.PropertyDescriptor
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/kotlin/records/
H A DRecordTypeConverter.kt40 isRequired = property.findAnnotation<Required>() != null, in <lambda>()
75 if (descriptor.isRequired) { in <lambda>()
129 val isRequired: Boolean, in <lambda>() constant in abi49_0_0.expo.modules.kotlin.records.RecordTypeConverter.PropertyDescriptor

12