StoreStateTimerData
@objc public class StoreStateTimerData: NSObject, Gloss.Decodable
A class to contain a Chronos timer name reference for a given store state.
-
Child store state of a parent id.
Declaration
Swift
public var state = "" -
Chronos timer name. Used to then grab the Chronos timer.
Declaration
Swift
public var chronosTimerName = "" -
Declaration
Swift
public required init?(json: JSON)
StoreStateTimerData Class Reference