Session

class Session

Useful for open new session or getting url to current record.

See also

Types

Link copied to clipboard
interface Listener

Functions

Link copied to clipboard
fun openNew()

Close current session and open the new one.

Properties

Link copied to clipboard
val listeners: MutableSet<Session.Listener>

Listeners for session's changes.

Link copied to clipboard
val url: URL?

URL to the session's dashboard page. Null when URL is not available at the moment.

Link copied to clipboard
val urlWithTimestamp: URL?

URL to the session's dashboard page for actual time. Null when URL is not available at the moment.