An interface can not hold state, only executable c...
# android
a
An interface can not hold state, only executable code or method references, so I’m not sure how you would pass it the context later without passing it into each individual method. Maybe there’s something you can utilize via
lazy
or
lateinit
via composition?