kin-android

kin-android / org.kin.sdk.base / ObservationMode

ObservationMode

sealed class ObservationMode

Describes the mode by which updates are presented to an Observer

Types

Name Summary
Active Updates are pushed from the network. Includes all Passive updates.object Active : ObservationMode
ActiveNewOnly Exclusively new updates from actions taken after starting to listen to this Observer.object ActiveNewOnly : ObservationMode
Passive Updates are only based on local actions or via calling Observer.requestInvalidationobject Passive : ObservationMode

Properties

Name Summary
value val value: Int