Package apple.carplay

Class CPVoiceControlState

  • All Implemented Interfaces:
    NSCoding, NSSecureCoding, NSObject

    public class CPVoiceControlState
    extends NSObject
    implements NSSecureCoding
    [@c] CPVoiceControlState encapsulates the title variants and image(s) for a single voice control state, like listening, loading, or recognized. Your app may initialize the voice control template with one or more states, and you may call @c activateVoiceControlState: to switch between states you've defined.
    • Constructor Detail

      • CPVoiceControlState

        protected CPVoiceControlState​(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()
      • identifier

        public java.lang.String identifier()
      • initWithIdentifierTitleVariantsImageRepeats

        public CPVoiceControlState initWithIdentifierTitleVariantsImageRepeats​(java.lang.String identifier,
                                                                               NSArray<java.lang.String> titleVariants,
                                                                               UIImage image,
                                                                               boolean repeats)
        Initialize a voice control state with a title and image.
        Parameters:
        identifier - A custom identifier you can use to identify this voice control state. You'll also switch to this state by specifying this identifier.
        titleVariants - An array of title variants. The Voice Control template will select the longest variant that fits your specified content.
        image - An image to be animated while this template is visible. The system enforces a minimum cycle duration of 0.3 seconds and a maximum cycle duration of 5 seconds. Voice Control state images may be a maximum of 150 by 150 points.
        repeats - For an animated image, YES if the animation should repeat indefinitely, NO to run the animation only once.
      • 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()
      • repeats

        public boolean repeats()
      • 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()
      • _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()
      • version_static

        public static long version_static()