DynamicScreens
public class DynamicScreens: NSObject
Wrapper class to manage Screen instances
-
Add a new Dynamic Screen
- Deprecated: Use add(screenId: String, update: NSDate, name: String) instead.
Declaration
Swift
@objc public func add(_ screenId: Int, update: Date, name: String) -> DynamicScreen
-
Add a new Dynamic Screen
Declaration
Swift
public func add(_ screenId: String, update: Date, name: String) -> DynamicScreen
-
Add a new Dynamic Screen
- Deprecated: Use add(screenId: String, update: NSDate, name: String, chapter1: String) instead.
Declaration
Swift
@objc public func add(_ screenId: Int, update: Date,name: String, chapter1: String) -> DynamicScreen
-
Add a new Dynamic Screen
Declaration
Swift
public func add(_ screenId: String, update: Date,name: String, chapter1: String) -> DynamicScreen
-
Add a new Dynamic Screen
- Deprecated: Use add(screenId: String, update: NSDate, name: String, chapter1: String, chapter2: String) instead.
Declaration
Swift
@objc public func add(_ screenId: Int, update: Date,name: String, chapter1: String, chapter2: String) -> DynamicScreen
-
Add a new Dynamic Screen
Declaration
Swift
public func add(_ screenId: String, update: Date,name: String, chapter1: String, chapter2: String) -> DynamicScreen
-
Add a new Dynamic Screen
- Deprecated: Use add(screenId: String, update: NSDate, name: String, chapter1: String, chapter2: String, chapter3: String) instead.
Declaration
Swift
@objc public func add(_ screenId: Int, update: Date,name: String, chapter1: String, chapter2: String, chapter3: String) -> DynamicScreen
-
Add a new Dynamic Screen
Declaration
Swift
public func add(_ screenId: String, update: Date,name: String, chapter1: String, chapter2: String, chapter3: String) -> DynamicScreen