Skip to content

parseSessionIdFromMessage

fun parseSessionIdFromMessage(message: String): String

Takes an encrypted message, and returns the session id.

Return

The session id.

Parameters

messageThe encrypted message.

Throws

SealdException