CustomVars
public class CustomVars: NSObject
Wrapper class used to manage CustomVar instances
-
Remove a custom variable - parameter customVarId: the custom variable identifier
Declaration
Swift
public func remove(_ customVarId: String)Parameters
customVarIdthe custom variable identifier
-
Remove all the custom variables
Declaration
Swift
public func removeAll()
CustomVars Class Reference