CustomAttribute
@objc
public class CustomAttribute : NSObject
Model to represent a custom attribute that is returned by the ping request in triggers.
-
Undocumented
Declaration
Swift
@objc public init(withKeyName name: String, withStringValue value: String) -
Undocumented
Declaration
Swift
@objc public init(withKeyName name: String, withIntValue value: Int) -
Undocumented
Declaration
Swift
@objc public init(withKeyName name: String, withDoubleValue value: Double) -
Undocumented
Declaration
Swift
@objc public init(withKeyName name: String, withBoolValue value: Bool) -
Undocumented
Declaration
Swift
@objc public init(withKeyName name: String, withTimeInMilliValue value: Int) -
Undocumented
Declaration
Swift
public override func isEqual(_ object: Any?) -> Bool
View on GitHub
CustomAttribute Class Reference