Package apple.intents

Class INRideCompletionStatus

    • Constructor Detail

      • INRideCompletionStatus

        protected INRideCompletionStatus​(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)
      • canceledByService

        public static java.lang.Object canceledByService()
        The ride was canceled by the service (e.g. because the driver asked to cancel)
      • canceledByUser

        public static java.lang.Object canceledByUser()
        The ride was canceled by the user (e.g. by doing so through your application)
      • canceledMissedPickup

        public static java.lang.Object canceledMissedPickup()
        The ride was canceled by the service because the passenger was not present for pickup and the vehicle maximum wait time elapsed.
      • classFallbacksForKeyedArchiver

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

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

        public static java.lang.Object completed()
        The ride completed.
      • completedWithOutstandingPaymentAmount

        public static java.lang.Object completedWithOutstandingPaymentAmount​(INCurrencyAmount outstandingPaymentAmount)
        The ride completed but there is a payment outstanding that the user needs to settle in the application. The .completionUserActivity should be set, and will be continued in your application to perform payment tasks.
      • completedWithSettledPaymentAmount

        public static java.lang.Object completedWithSettledPaymentAmount​(INCurrencyAmount settledPaymentAmount)
        The ride completed. The fare in the provided amount was successfully paid; this amount may be displayed to the user.
      • 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()
      • completionUserActivity

        public NSUserActivity completionUserActivity()
        If this property is set, UI may be shown to the user to complete post-ride tasks (e.g. for settling outstanding payment). Acting on that UI will continue this activity in your application.
      • copyWithZone

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

        public boolean isCanceled()
        YES if the ride was canceled.
      • isCompleted

        public boolean isCompleted()
        YES if the ride was completed.
      • isMissedPickup

        public boolean isMissedPickup()
        YES if the user missed the pickup. This is only YES if .canceled is YES.
      • isOutstanding

        public boolean isOutstanding()
        Whether the payment is outstanding (YES) or settled (NO).
      • paymentAmount

        public INCurrencyAmount paymentAmount()
        The payment amount, if any.
      • setCompletionUserActivity

        public void setCompletionUserActivity​(NSUserActivity value)
        If this property is set, UI may be shown to the user to complete post-ride tasks (e.g. for settling outstanding payment). Acting on that UI will continue this activity in your application.
      • _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
      • completedWithOutstandingFeedbackType

        public static java.lang.Object completedWithOutstandingFeedbackType​(long feedbackType)
        The ride completed but there is feedback outstanding that the user may provide to the system. See INSendRideFeedbackIntent. If feedbackType includes INRideFeedbackTypeOptionTip, the .defaultTippingOptions should be set.
      • defaultTippingOptions

        public NSSet<? extends INCurrencyAmount> defaultTippingOptions()
        Default options the user can choose from when adding a tip.
      • feedbackType

        public long feedbackType()
        The type of feedback requested, if any.
      • setDefaultTippingOptions

        public void setDefaultTippingOptions​(NSSet<? extends INCurrencyAmount> value)
        Default options the user can choose from when adding a tip.