Class CPVoiceControlState

    • Constructor Detail

      • CPVoiceControlState

        public CPVoiceControlState()
      • CPVoiceControlState

        protected CPVoiceControlState​(NSObject.Handle h,
                                      long handle)
      • CPVoiceControlState

        public CPVoiceControlState​(java.lang.String identifier,
                                   NSArray<NSString> titleVariants,
                                   UIImage image,
                                   boolean repeats)
      • CPVoiceControlState

        public CPVoiceControlState​(NSCoder decoder)
    • Method Detail

      • getImage

        public UIImage getImage()
      • getIdentifier

        public java.lang.String getIdentifier()
      • isRepeats

        public boolean isRepeats()
      • supportsSecureCoding

        public static boolean supportsSecureCoding()
      • init

        protected long init​(java.lang.String identifier,
                            NSArray<NSString> titleVariants,
                            UIImage image,
                            boolean repeats)
      • init

        protected long init​(NSCoder decoder)