Companion

expect object Companion
actual object Companion

Functions

Link copied to clipboard
expect suspend fun createInbound(account: OlmAccount, oneTimeKeyMessage: String): OlmSession
actual suspend fun createInbound(account: OlmAccount, oneTimeKeyMessage: String): OlmSession
Link copied to clipboard
expect suspend fun createInboundFrom(account: OlmAccount, identityKey: String, oneTimeKeyMessage: String): OlmSession
actual suspend fun createInboundFrom(account: OlmAccount, identityKey: String, oneTimeKeyMessage: String): OlmSession
Link copied to clipboard
expect suspend fun createOutbound(account: OlmAccount, theirIdentityKey: String, theirOneTimeKey: String): OlmSession
actual suspend fun createOutbound(account: OlmAccount, theirIdentityKey: String, theirOneTimeKey: String): OlmSession
Link copied to clipboard
expect suspend fun unpickle(key: String, pickle: String): OlmSession
actual suspend fun unpickle(key: String, pickle: String): OlmSession