createUri

open fun createUri(sessionId: Long): Uri

Returns the Uri to session with given id.

Return

The Uri that can be used to read session log entries.

Parameters

sessionId

the session id.


open fun createUri(key: String, number: Int): Uri

Returns the Uri to session with given key and number.

Return

The Uri that can be used to read session.

Parameters

key

the session key.

number

the session number. Numbers are incremented automatically for each keystarting from 1 when creating new session.