FromResources

data class FromResources(val resId: Int) : PaywallResource(source)

A resource backed by an Android resource ID (e.g. R.raw.hero_video, R.drawable.bg).

Constructors

Link copied to clipboard
constructor(resId: Int)

Properties

Link copied to clipboard
val resId: Int