Home
last modified time | relevance | path

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

/expo/packages/expo-branch/ios/EXBranch/RNBranch/
H A DBranchContentMetadata+RNBranch.m23 …@"price": [RNBranchProperty propertyWithSetterSelector:@selector(setPriceWithString:) type:NSStrin…
63 - (void)setPriceWithString:(NSString *)price
65 self.price = [NSDecimalNumber decimalNumberWithString:price];
H A DBranchUniversalObject+RNBranch.m36 …@"price": [RNBranchProperty propertyWithSetterSelector:@selector(setPriceWithNumber:) type:NSNumbe…
74 - (void)setPriceWithNumber:(NSNumber *)price
76 self.price = price.floatValue;
H A DBranchUniversalObject+RNBranch.h20 - (void)setPriceWithNumber:(NSNumber *)price;
H A DBranchContentMetadata+RNBranch.h15 - (void)setPriceWithString:(NSString *)price;
/expo/packages/expo-in-app-purchases/build/
H A DInAppPurchases.types.d.ts219 price: string; property
H A DInAppPurchases.types.js.map1price specified in App Store Connect is no longer valid. See\n * `SKErrorInvalidSignature`, `SKE…
H A DInAppPurchases.js.map1 …cted = true;\n}\n\n// @needsAudit\n/**\n * Retrieves the product details (price, description, titl…
/expo/packages/expo-in-app-purchases/src/
H A DInAppPurchases.types.ts232 price: string; property
/expo/packages/expo-in-app-purchases/ios/EXInAppPurchases/
H A DEXInAppPurchasesModule.m297 NSDecimalNumber *priceAmountMicros = [product.price decimalNumberByMultiplyingBy:oneMillion];
304 NSString *price = [priceFormatter stringFromNumber:product.price];
308 @"price": price,
/expo/apps/native-component-list/src/screens/InAppPurchases/
H A DInAppPurchases.tsx102 <Text>Price: {item.price}</Text>
/expo/packages/expo-branch/android/src/main/java/io/branch/rnbranch/
H A DRNBranchModule.java784 double price = Double.parseDouble(map.getString("price")); in createContentMetadata() local
787 metadata.setPrice(price, currency); in createContentMetadata()
/expo/home/graphql/
H A Dtypes.ts3807 price: Scalars['Int'];
4725 price: Scalars['Int'];