SupportPresenter
abstract class SupportPresenter<S : SupportPreference>(context: Context, val settings: S) : ISupportPresenter, SupportLifecycle
An abstract declaration of what responsibilities a presenter should undertake
Since
v0.9.X
Parameters
context
application based context
settings
implementation of application preferences