ReviewRequested

data class ReviewRequested(val count: Int) : SuperwallEvent(source)

Constructors

Link copied to clipboard
constructor(count: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val count: Int
Link copied to clipboard
open override val rawName: String