HKChapter

@objc
public class HKChapter : NSObject

HKChapter object

  • chapter title

    Declaration

    Swift

    @objc
    public var title: String
  • chapter description text

    Declaration

    Swift

    @objc
    public var text: String
  • chapter order, starts at 0

    Declaration

    Swift

    @objc
    public var index: Int
  • true if this chapter is animated

    Since

    SDK 2.0

    Declaration

    Swift

    @objc
    public var animated: Bool
  • true if this chapter contains audio

    Since

    SDK 2.0

    Declaration

    Swift

    @objc
    public var audio: Bool
  • true if this chapter contains video

    Since

    SDK 2.0

    Declaration

    Swift

    @objc
    public var video: Bool