Companion

expect object Companion
actual object Companion
actual object Companion

Functions

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