HKUI

@objc
public class HKUI : NSObject

UI settings object

  • an array of language names, in the appropriate language, for display

    Declaration

    Swift

    @objc
    public static var languageNames: [String]
  • Undocumented

    Declaration

    Swift

    @objc
    public static var languageCodes: [String]
  • A Boolean indicating if there is supposed to be a visible playPause button in the module

    Declaration

    Swift

    @objc
    public var hasPlayPause: Bool
  • A Boolean indicating if there is supposed to be a visible timeline scrubber in the module

    Declaration

    Swift

    @objc
    public var hasScrubber: Bool
  • Declaration

    Swift

    @objc
    public static func languageCode() -> String

    Return Value

    the current language code