Interface EncryptedIntentOpts

interface EncryptedIntentOpts {
    ensureClientSyncingCallback: (() => Promise<void>);
    originalHomeserverUrl: string;
    sessionCreatedCallback: ((session) => Promise<void>);
    sessionPromise: Promise<null | ClientEncryptionSession>;
}

Properties

ensureClientSyncingCallback: (() => Promise<void>)

Type declaration

    • (): Promise<void>
    • Returns Promise<void>

originalHomeserverUrl: string
sessionCreatedCallback: ((session) => Promise<void>)

Type declaration

sessionPromise: Promise<null | ClientEncryptionSession>

Generated using TypeDoc