Searched refs:price (Results 1 – 12 of 12) sorted by relevance
23 …@"price": [RNBranchProperty propertyWithSetterSelector:@selector(setPriceWithString:) type:NSStrin…63 - (void)setPriceWithString:(NSString *)price65 self.price = [NSDecimalNumber decimalNumberWithString:price];
36 …@"price": [RNBranchProperty propertyWithSetterSelector:@selector(setPriceWithNumber:) type:NSNumbe…74 - (void)setPriceWithNumber:(NSNumber *)price76 self.price = price.floatValue;
20 - (void)setPriceWithNumber:(NSNumber *)price;
15 - (void)setPriceWithString:(NSString *)price;
219 price: string; property
1 …price specified in App Store Connect is no longer valid. See\n * `SKErrorInvalidSignature`, `SKE…
1 …cted = true;\n}\n\n// @needsAudit\n/**\n * Retrieves the product details (price, description, titl…
232 price: string; property
297 NSDecimalNumber *priceAmountMicros = [product.price decimalNumberByMultiplyingBy:oneMillion];304 NSString *price = [priceFormatter stringFromNumber:product.price];308 @"price": price,
102 <Text>Price: {item.price}</Text>
784 double price = Double.parseDouble(map.getString("price")); in createContentMetadata() local787 metadata.setPrice(price, currency); in createContentMetadata()
3807 price: Scalars['Int'];4725 price: Scalars['Int'];