PaywallFooterView

constructor(context: Context, attrs: AttributeSet?)
constructor(context: Context, attrs: AttributeSet?, defStyleAttr: Int)


constructor(    context: Context,     offering: Offering? = null,     listener: PaywallListener? = null,     fontProvider: FontProvider? = null,     condensed: Boolean = PaywallViewAttributesReader.DEFAULT_CONDENSED,     dismissHandler: () -> Unit? = null)

Constructor when creating the view programmatically.