Package apple.carplay

Class CPNowPlayingTemplate

    • Constructor Detail

      • CPNowPlayingTemplate

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

      • accessInstanceVariablesDirectly

        public static boolean accessInstanceVariablesDirectly()
      • addObserver

        public void addObserver​(CPNowPlayingTemplateObserver observer)
        Add an observer. Observers are notified about now playing template events.
      • 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)
      • isAlbumArtistButtonEnabled

        public boolean isAlbumArtistButtonEnabled()
        A Boolean value indicating whether the string that displays the album and artist above the playback controls should be a tappable button Set the value of this property to @c YES to enable the button. Defaults to NO.
      • isSubclassOfClass

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

        public boolean isUpNextButtonEnabled()
        A Boolean value indicating whether the "Up Next" button on the upper right of a Now Playing view is enabled. Set the value of this property to @c YES to enable the button. Defaults to NO.
      • keyPathsForValuesAffectingValueForKey

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

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

        public NSArray<? extends CPNowPlayingButton> nowPlayingButtons()
        Playback control buttons on the Now Playing screen, like repeat, shuffle, and more. Your application may specify a maximum of 5 now playing buttons. Buttons are filled in array order, from the leading side to the trailing side of the screen.
      • resolveClassMethod

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

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

        public void setAlbumArtistButtonEnabled​(boolean value)
        A Boolean value indicating whether the string that displays the album and artist above the playback controls should be a tappable button Set the value of this property to @c YES to enable the button. Defaults to NO.
      • setUpNextButtonEnabled

        public void setUpNextButtonEnabled​(boolean value)
        A Boolean value indicating whether the "Up Next" button on the upper right of a Now Playing view is enabled. Set the value of this property to @c YES to enable the button. Defaults to NO.
      • setUpNextTitle

        public void setUpNextTitle​(java.lang.String value)
        If your template elects to display the "Up Next" button, you may optionally specify a string indicating the title for the up next button. If no title is specified, a default system title will be used.
      • setVersion_static

        public static void setVersion_static​(long aVersion)
      • sharedTemplate

        public static CPNowPlayingTemplate sharedTemplate()
        Access the shared now playing template for your app. Instead of creating your own now playing template, you should configure the properties of this shared instance. You should present this shared instance when your app needs to present now playing, for example in response to the user selecting a playable item. When the system needs to present now playing on behalf of your app, it will present this shared instance.
      • 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
        Overrides:
        _supportsSecureCoding in class CPTemplate
      • upNextTitle

        public java.lang.String upNextTitle()
        If your template elects to display the "Up Next" button, you may optionally specify a string indicating the title for the up next button. If no title is specified, a default system title will be used.
      • updateNowPlayingButtons

        public void updateNowPlayingButtons​(NSArray<? extends CPNowPlayingButton> nowPlayingButtons)
        Update the buttons displayed in this Now Playing template.
      • version_static

        public static long version_static()