Package-level declarations
Types
Link copied to clipboard
class InboundGroupMessage
Link copied to clipboard
class InboundGroupSession
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
actual class OlmAccountPointer(val ptr: CPointer<ERROR CLASS: Symbol not found for cnames.structs.OlmAccount>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
actual class OlmInboundGroupSessionPointer : <ERROR CLASS> ERROR CLASS: Symbol not found for PointerType
actual class OlmInboundGroupSessionPointer(val ptr: CPointer<ERROR CLASS: Symbol not found for cnames.structs.OlmInboundGroupSession>)
Link copied to clipboard
Link copied to clipboard
class OlmLibraryException(message: String? = null, cause: Throwable? = null) : IllegalStateException
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
actual class OlmOutboundGroupSessionPointer : <ERROR CLASS> ERROR CLASS: Symbol not found for PointerType
actual class OlmOutboundGroupSessionPointer(val ptr: CPointer<ERROR CLASS: Symbol not found for cnames.structs.OlmOutboundGroupSession>)
Link copied to clipboard
Link copied to clipboard
actual class OlmPkDecryptionPointer(val ptr: CPointer<ERROR CLASS: Symbol not found for cnames.structs.OlmPkDecryption>)
Link copied to clipboard
Link copied to clipboard
actual class OlmPkEncryptionPointer(val ptr: CPointer<ERROR CLASS: Symbol not found for cnames.structs.OlmPkEncryption>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
actual class OlmPkSigningPointer(val ptr: CPointer<ERROR CLASS: Symbol not found for cnames.structs.OlmPkSigning>)
Link copied to clipboard
Link copied to clipboard
actual class OlmSASPointer(val ptr: CPointer<ERROR CLASS: Symbol not found for cnames.structs.OlmSAS>)
Link copied to clipboard
Link copied to clipboard
actual class OlmSessionPointer(val ptr: CPointer<ERROR CLASS: Symbol not found for cnames.structs.OlmSession>)
Link copied to clipboard
Link copied to clipboard
actual class OlmUtilityPointer(val ptr: CPointer<ERROR CLASS: Symbol not found for cnames.structs.OlmUtility>)
Link copied to clipboard
Link copied to clipboard
class OutboundGroupSession
Link copied to clipboard
class PkDecryption
Link copied to clipboard
class PkEncryption
Link copied to clipboard
interface WantsToBeFree
Functions
Link copied to clipboard
inline fun <T, W1 : WantsToBeFree, W2 : WantsToBeFree> freeAfter(w1: W1, w2: W2, block: (W1, W2) -> T): T
inline fun <T, W1 : WantsToBeFree, W2 : WantsToBeFree, W3 : WantsToBeFree> freeAfter(w1: W1, w2: W2, w3: W3, block: (W1, W2, W3) -> T): T
inline fun <T, W1 : WantsToBeFree, W2 : WantsToBeFree, W3 : WantsToBeFree, W4 : WantsToBeFree> freeAfter(w1: W1, w2: W2, w3: W3, w4: W4, block: (W1, W2, W3, W4) -> T): T
Link copied to clipboard
Link copied to clipboard