SetRequest

class SetRequest(val req: PresentationRequest, val publisher: MutableSharedFlow<PaywallState>?, val occurrence: TriggerRuleOccurrence?) : PaywallViewState.Updates(source)

Constructors

Link copied to clipboard
constructor(req: PresentationRequest, publisher: MutableSharedFlow<PaywallState>?, occurrence: TriggerRuleOccurrence?)

Properties

Link copied to clipboard
Link copied to clipboard
val publisher: MutableSharedFlow<PaywallState>?
Link copied to clipboard
val req: PresentationRequest
Link copied to clipboard