Uses of Class
org.robovm.apple.intents.INPriceRange
| Package | Description |
|---|---|
| org.robovm.apple.intents |
-
Uses of INPriceRange in org.robovm.apple.intents
Methods in org.robovm.apple.intents that return INPriceRange Modifier and Type Method Description static INPriceRangeINPriceRange. createWithMaximumPrice(NSDecimalNumber maximumPrice, String currencyCode)static INPriceRangeINPriceRange. createWithMinimumPrice(NSDecimalNumber minimumPrice, String currencyCode)INPriceRangeINRideOption. getPriceRange()INPriceRangeINRidePartySizeOption. getPriceRange()Methods in org.robovm.apple.intents with parameters of type INPriceRange Modifier and Type Method Description protected longINRidePartySizeOption. init(NSRange partySizeRange, String sizeDescription, INPriceRange priceRange)voidINRideOption. setPriceRange(INPriceRange v)Constructors in org.robovm.apple.intents with parameters of type INPriceRange Constructor Description INRidePartySizeOption(NSRange partySizeRange, String sizeDescription, INPriceRange priceRange)