SetupRequired

data class SetupRequired(val setupActivity: Intent, val message: String? = null) : PluginState

Plugin requires some setup, e.g. user needs to login to a service.

Constructors

Link copied to clipboard
constructor(setupActivity: Intent, message: String? = null)

Properties

Link copied to clipboard

Optional message to display to the user, describing what needs to be done to setup the plugin.

Link copied to clipboard

Activity to start to setup the plugin.