PositiveButtonData

Constructors

Link copied to clipboard
constructor(text: String, action: String, homeEntity: List<HomeEntity>, websiteURL: String)

Properties

Link copied to clipboard
@Expose
open var action: String
Link copied to clipboard
@Expose
open var homeEntity: List<HomeEntity>
Link copied to clipboard
@Expose
open var text: String
Link copied to clipboard
@Expose
open var websiteURL: String