SentimentButtonDataSDK

@Serializable
data class SentimentButtonDataSDK(val id: String?, val text: String?)

Constructors

Link copied to clipboard
constructor(id: String?, text: String?)

Properties

Link copied to clipboard

Generates a unique accessibility identifier for Appium automation Format: sentiment_button_id_text

Link copied to clipboard
val id: String?
Link copied to clipboard
val text: String?