SubscriberStatusChanged

data class SubscriberStatusChanged(val subscribersActive: Boolean = false) : Action

An Action that is dispatched to a StoreFlow that is created with SubscriberAwareStoreFlow

Constructors

Link copied to clipboard
fun SubscriberStatusChanged(subscribersActive: Boolean = false)

Properties

Link copied to clipboard
val subscribersActive: Boolean = false