kin-android / org.kin.sdk.base / ObservationMode
sealed class ObservationMode
Describes the mode by which updates are presented to an Observer
| 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 |
| Name | Summary |
|---|---|
| value | val value: Int |