STRCartEventResult
@objc(STRCartEventResult)
public class STRCartEventResult : NSObject
Data class that represents the result of an event. It contains the following properties
Parameters
message
|
A string that holds a message or description associated with the event result |
-
Undocumented
Declaration
Swift
@objc public let message: String
-
Undocumented
Declaration
Swift
@objc public init(message: String)