Package apple.intents

Class INRideOption

    • Constructor Detail

      • INRideOption

        protected INRideOption​(org.moe.natj.general.Pointer peer)
    • Method Detail

      • accessInstanceVariablesDirectly

        public static boolean accessInstanceVariablesDirectly()
      • allocWithZone

        public static java.lang.Object allocWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
      • automaticallyNotifiesObserversForKey

        public static boolean automaticallyNotifiesObserversForKey​(java.lang.String key)
      • cancelPreviousPerformRequestsWithTarget

        public static void cancelPreviousPerformRequestsWithTarget​(java.lang.Object aTarget)
      • cancelPreviousPerformRequestsWithTargetSelectorObject

        public static void cancelPreviousPerformRequestsWithTargetSelectorObject​(java.lang.Object aTarget,
                                                                                 org.moe.natj.objc.SEL aSelector,
                                                                                 java.lang.Object anArgument)
      • classFallbacksForKeyedArchiver

        public static NSArray<java.lang.String> classFallbacksForKeyedArchiver()
      • classForKeyedUnarchiver

        public static org.moe.natj.objc.Class classForKeyedUnarchiver()
      • debugDescription_static

        public static java.lang.String debugDescription_static()
      • description_static

        public static java.lang.String description_static()
      • hash_static

        public static long hash_static()
      • instanceMethodSignatureForSelector

        public static NSMethodSignature instanceMethodSignatureForSelector​(org.moe.natj.objc.SEL aSelector)
      • instancesRespondToSelector

        public static boolean instancesRespondToSelector​(org.moe.natj.objc.SEL aSelector)
      • isSubclassOfClass

        public static boolean isSubclassOfClass​(org.moe.natj.objc.Class aClass)
      • keyPathsForValuesAffectingValueForKey

        public static NSSet<java.lang.String> keyPathsForValuesAffectingValueForKey​(java.lang.String key)
      • new_objc

        public static java.lang.Object new_objc()
      • resolveClassMethod

        public static boolean resolveClassMethod​(org.moe.natj.objc.SEL sel)
      • resolveInstanceMethod

        public static boolean resolveInstanceMethod​(org.moe.natj.objc.SEL sel)
      • setVersion_static

        public static void setVersion_static​(long aVersion)
      • superclass_static

        public static org.moe.natj.objc.Class superclass_static()
      • supportsSecureCoding

        public static boolean supportsSecureCoding()
      • version_static

        public static long version_static()
      • availablePartySizeOptions

        public NSArray<? extends INRidePartySizeOption> availablePartySizeOptions()
        Possible party size options for this ride. An empty array indicates selecting a party size is not required.
      • availablePartySizeOptionsSelectionPrompt

        public java.lang.String availablePartySizeOptionsSelectionPrompt()
        A message that is shown besides the available party sizes for the user.
      • copyWithZone

        public java.lang.Object copyWithZone​(org.moe.natj.general.ptr.VoidPtr zone)
        Specified by:
        copyWithZone in interface NSCopying
      • disclaimerMessage

        public java.lang.String disclaimerMessage()
        A message that includes warnings or disclaimers shown to the user before they confirm the request. For example: "This ride may make multiple stops", or "This ride may be shared with other passengers".
      • estimatedPickupDate

        public NSDate estimatedPickupDate()
        used for providing an ETA to the user.
      • identifier

        public java.lang.String identifier()
        a unique identifier for this ride.
      • initWithNameEstimatedPickupDate

        public INRideOption initWithNameEstimatedPickupDate​(java.lang.String name,
                                                            NSDate estimatedPickupDate)
      • name

        public java.lang.String name()
        a name for the ride option.
      • priceRange

        public INPriceRange priceRange()
        The indicative range of prices for this option.
      • setAvailablePartySizeOptions

        public void setAvailablePartySizeOptions​(NSArray<? extends INRidePartySizeOption> value)
        Possible party size options for this ride. An empty array indicates selecting a party size is not required.
      • setAvailablePartySizeOptionsSelectionPrompt

        public void setAvailablePartySizeOptionsSelectionPrompt​(java.lang.String value)
        A message that is shown besides the available party sizes for the user.
      • setDisclaimerMessage

        public void setDisclaimerMessage​(java.lang.String value)
        A message that includes warnings or disclaimers shown to the user before they confirm the request. For example: "This ride may make multiple stops", or "This ride may be shared with other passengers".
      • setEstimatedPickupDate

        public void setEstimatedPickupDate​(NSDate value)
        used for providing an ETA to the user.
      • setFareLineItems

        public void setFareLineItems​(NSArray<? extends INRideFareLineItem> value)
        A set of line items for fare pricing.
      • setIdentifier

        public void setIdentifier​(java.lang.String value)
        a unique identifier for this ride.
      • setName

        public void setName​(java.lang.String value)
        a name for the ride option.
      • setPriceRange

        public void setPriceRange​(INPriceRange value)
        The indicative range of prices for this option.
      • setSpecialPricing

        public void setSpecialPricing​(java.lang.String value)
        eg "47.5x Surge" or "Sale"
      • setSpecialPricingBadgeImage

        public void setSpecialPricingBadgeImage​(INImage value)
        a vendor-specific badge image that represents special pricing.
      • setUserActivityForBookingInApplication

        public void setUserActivityForBookingInApplication​(NSUserActivity value)
        If set, the user will be asked to open the ride booking application to book for this ride option. (When the user selects this option, the system will open your application and continue this NSUserActivity in it.) Leave this set to nil to allow an Apple client (e.g. Siri, Maps) to instead book the ride on your app's behalf, which is preferred where possible.
      • setUsesMeteredFare

        public void setUsesMeteredFare​(NSNumber value)
        If true, the fare will be metered by the driver, and price range information will be noted as unavailable.
      • specialPricing

        public java.lang.String specialPricing()
        eg "47.5x Surge" or "Sale"
      • specialPricingBadgeImage

        public INImage specialPricingBadgeImage()
        a vendor-specific badge image that represents special pricing.
      • _supportsSecureCoding

        public boolean _supportsSecureCoding()
        Description copied from interface: NSSecureCoding
        This property must return YES on all classes that allow secure coding. Subclasses of classes that adopt NSSecureCoding and override initWithCoder: must also override this method and return YES. The Secure Coding Guide should be consulted when writing methods that decode data.
        Specified by:
        _supportsSecureCoding in interface NSSecureCoding
      • userActivityForBookingInApplication

        public NSUserActivity userActivityForBookingInApplication()
        If set, the user will be asked to open the ride booking application to book for this ride option. (When the user selects this option, the system will open your application and continue this NSUserActivity in it.) Leave this set to nil to allow an Apple client (e.g. Siri, Maps) to instead book the ride on your app's behalf, which is preferred where possible.
      • usesMeteredFare

        public NSNumber usesMeteredFare()
        If true, the fare will be metered by the driver, and price range information will be noted as unavailable.