CustomTreeStructure
public class CustomTreeStructure : ScreenInfo
Wrapper class for custom tree structure tracking
-
Custom tree structure first category label
Declaration
Swift
@objc public var category1: Int -
Custom tree structure first category label
Declaration
Swift
@objc public var category2: Int -
Custom tree structure first category label
Declaration
Swift
@objc public var category3: Int -
Create a new CustomTreeStructure
Declaration
Swift
@objc public init(category1: Int)Parameters
category1first custom tree structure category
-
Create a new CustomTreeStructure
Declaration
Swift
@objc public convenience init(category1: Int, category2: Int)Parameters
category1first custom tree structure category
category2second custom tree structure category
-
Create a new CustomTreeStructure
Declaration
Swift
@objc public convenience init(category1: Int, category2: Int, category3: Int)Parameters
category1first custom tree structure category
category2second custom tree structure category
category3third custom tree structure category
CustomTreeStructure Class Reference