Package apple.carplay

Class CPNavigationAlert

    • Constructor Detail

      • CPNavigationAlert

        protected CPNavigationAlert​(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()
      • duration

        public double duration()
      • hash_static

        public static long hash_static()
      • initWithTitleVariantsSubtitleVariantsImagePrimaryActionSecondaryActionDuration

        public CPNavigationAlert initWithTitleVariantsSubtitleVariantsImagePrimaryActionSecondaryActionDuration​(NSArray<java.lang.String> titleVariants,
                                                                                                                NSArray<java.lang.String> subtitleVariants,
                                                                                                                UIImage image,
                                                                                                                CPAlertAction primaryAction,
                                                                                                                CPAlertAction secondaryAction,
                                                                                                                double duration)
      • initWithTitleVariantsSubtitleVariantsImageSetPrimaryActionSecondaryActionDuration

        public CPNavigationAlert initWithTitleVariantsSubtitleVariantsImageSetPrimaryActionSecondaryActionDuration​(NSArray<java.lang.String> titleVariants,
                                                                                                                   NSArray<java.lang.String> subtitleVariants,
                                                                                                                   CPImageSet imageSet,
                                                                                                                   CPAlertAction primaryAction,
                                                                                                                   CPAlertAction secondaryAction,
                                                                                                                   double duration)
        Fully specify a @c CPNavigationAlert with a title, image, primary and secondary action, and duration.
        Parameters:
        titleVariants - An array of titles. The system will select a title that fits in the available space. The variant strings should be provided as localized, displayable content.
        subtitleVariants - An array of subtitles. The system will select a subtitle that fits in the available space. The variant strings should be provided as localized, displayable content.
        imageSet - An optional @c CPImageSet to display in this navigation alert. Animated images are not supported. If an animated image is provided, only the first image from each image set will be used.
        primaryAction - The alert must include at least one action button.
        secondaryAction - An optional secondary button to display on the trailing edge of this alert.
        duration - The duration for which this alert should be visible. Specify 0 for an alert that displays indefinitely.
        Returns:
        an initialized @c CPNavigationAlert.
      • 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)
      • subtitleVariants

        public NSArray<java.lang.String> subtitleVariants()
      • superclass_static

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

        public static boolean supportsSecureCoding()
      • _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
      • titleVariants

        public NSArray<java.lang.String> titleVariants()
      • updateTitleVariantsSubtitleVariants

        public void updateTitleVariantsSubtitleVariants​(NSArray<java.lang.String> newTitleVariants,
                                                        NSArray<java.lang.String> newSubtitleVariants)
        The navigation alert may be updated with new title and subtitle variants, either after it has already been displayed on screen, or before its initial presentation on screen. Updating an alert that has been already been dismissed has no effect.
        Parameters:
        newTitleVariants - an updated array of title variants
        newSubtitleVariants - an updated array of subtitle variants
      • version_static

        public static long version_static()