Class CMSampleAttachment

    • Constructor Detail

      • CMSampleAttachment

        public CMSampleAttachment()
    • Method Detail

      • get

        public <T extends org.robovm.rt.bro.NativeObject> T get​(CMSampleAttachmentKey key,
                                                                java.lang.Class<T> type)
      • isNotSync

        public boolean isNotSync()
        Since:
        Available in iOS 4.0 and later.
      • setNotSync

        public CMSampleAttachment setNotSync​(boolean notSync)
        Since:
        Available in iOS 4.0 and later.
      • isPartialSync

        public boolean isPartialSync()
        Since:
        Available in iOS 4.0 and later.
      • setPartialSync

        public CMSampleAttachment setPartialSync​(boolean partialSync)
        Since:
        Available in iOS 4.0 and later.
      • hasRedundantCoding

        public boolean hasRedundantCoding()
        Since:
        Available in iOS 4.0 and later.
      • setHasRedundantCoding

        public CMSampleAttachment setHasRedundantCoding​(boolean hasRedundantCoding)
        Since:
        Available in iOS 4.0 and later.
      • isDependedOnByOthers

        public boolean isDependedOnByOthers()
        Since:
        Available in iOS 4.0 and later.
      • setIsDependedOnByOthers

        public CMSampleAttachment setIsDependedOnByOthers​(boolean isDependedOnByOthers)
        Since:
        Available in iOS 4.0 and later.
      • dependsOnOthers

        public boolean dependsOnOthers()
        Since:
        Available in iOS 4.0 and later.
      • setDependsOnOthers

        public CMSampleAttachment setDependsOnOthers​(boolean dependsOnOthers)
        Since:
        Available in iOS 4.0 and later.
      • allowsEarlierDisplayTimes

        public boolean allowsEarlierDisplayTimes()
        Since:
        Available in iOS 4.0 and later.
      • setAllowsEarlierDisplayTimes

        public CMSampleAttachment setAllowsEarlierDisplayTimes​(boolean allowsEarlierDisplayTimes)
        Since:
        Available in iOS 4.0 and later.
      • displaysImmediately

        public boolean displaysImmediately()
        Since:
        Available in iOS 4.0 and later.
      • setDisplaysImmediately

        public CMSampleAttachment setDisplaysImmediately​(boolean displaysImmediately)
        Since:
        Available in iOS 4.0 and later.
      • doesNotDisplay

        public boolean doesNotDisplay()
        Since:
        Available in iOS 4.0 and later.
      • setDoesNotDisplay

        public CMSampleAttachment setDoesNotDisplay​(boolean doesNotDisplay)
        Since:
        Available in iOS 4.0 and later.