AddressHistory<TAddress>
AddressHistory<TAddress>
AddressHistory<TAddress>
Address history entry from conversation messages Contains a reference to the sender address as an observable
Uses a generic type parameter to maintain type safety while avoiding circular dependencies. The Address class provides the concrete type.
The Address type, provided by the implementation
Wall-clock timestamp (ms since epoch) when this history entry ended.
Observable of the originating address for this history entry, if known.
Unique ID of this history entry.
Kind of history entry (e.g. call, message).
Wall-clock timestamp (ms since epoch) when this history entry started.
Final status of the interaction (e.g. completed, missed).