lastSession property

Observable<String?> lastSession
final

Short id of the most recently interacted-with session (clicked from a node's preview, resumed, peeked, or detached). The sessions list highlights this row so the last-touched session is easy to find. null when none.

Implementation

final Observable<String?> lastSession;