-
public final class SessionStatusTyped status snapshot of an active session. Returned by SynheartSession.getStatus —
nullwhen no session is active.Mirrors the Flutter / Swift sibling SDKs'
SessionStatus.
-
-
Constructor Summary
Constructors Constructor Description SessionStatus(String sessionId, Boolean active, Integer lastSeq)
-
Method Summary
Modifier and Type Method Description final StringgetSessionId()final BooleangetActive()final IntegergetLastSeq()-
-
Method Detail
-
getSessionId
final String getSessionId()
-
getLastSeq
final Integer getLastSeq()
-
-
-
-