CustomVars
public class CustomVars : NSObject
Wrapper class used to manage CustomVar instances
-
Add a CustomVar
Declaration
Parameters
varIdcustom variable identifier
valuevalue of the custom variable
typetype of the custom variable - See CustomVarType
Return Value
the new custom var instance
-
Remove a custom variable
Declaration
Swift
@objc public func remove(_ customVarId: String)Parameters
customVarIdthe custom variable identifier
-
Remove all the custom variables
Declaration
Swift
@objc public func removeAll()
CustomVars Class Reference