Package com.streamwide.smartms.lib.core.api_ktx.events

Types

Link copied to clipboard
interface Disposable
Link copied to clipboard
open class FeatureEvents(val enabled: Boolean, eventType: String) : STWEvent

This class provides a common implementation for handling feature changes.

Link copied to clipboard
abstract class ObservableApi
Link copied to clipboard
abstract class STWEvent
Link copied to clipboard
fun interface STWEventListener<EventT : STWEvent>