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