ProgressInfo

public struct ProgressInfo
extension ProgressInfo: Codable
extension ProgressInfo: JSONDecodable
extension ProgressInfo: DictionaryConvertible
extension ProgressInfo: Equatable

Undocumented

  • Undocumented

    Declaration

    Swift

    public var userInfo: String
  • Undocumented

    Declaration

    Swift

    public var sessionCount: Int
  • Undocumented

    Declaration

    Swift

    public var title: String
  • Undocumented

    Declaration

    Swift

    public var canInterrupt: Bool

JSON

  • Undocumented

    Declaration

    Swift

    public init?(json: JSON)
  • Undocumented

    Declaration

    Swift

    public static func array(json: JSON) -> [ProgressInfo]?

DictionaryConvertible

Equatable

  • Declaration

    Swift

    public static func == (lhf: ProgressInfo, rhf: ProgressInfo) -> Bool