STRCartEventResult

data class STRCartEventResult(message: String)

Data class that represents the result of an event. It contains the following properties

Constructors

STRCartEventResult
Link copied to clipboard
fun STRCartEventResult(message: String)

Properties

message
Link copied to clipboard
val message: String

: A string that holds a message or description associated with the event result