Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IntentOpts

Hierarchy

  • IntentOpts

Index

Properties

Optional backingStore

backingStore: IntentBackingStore

Optional caching

caching: { size?: number; ttl?: number }

Type declaration

  • Optional size?: number
  • Optional ttl?: number

Optional dontCheckPowerLevel

dontCheckPowerLevel: boolean

Optional dontJoin

dontJoin: boolean

Optional enablePresence

enablePresence: boolean

Optional encryption

encryption: { ensureClientSyncingCallback: () => Promise<void>; sessionCreatedCallback: (session: ClientEncryptionSession) => Promise<void>; sessionPromise: Promise<null | ClientEncryptionSession> }

Type declaration

Optional getJsSdkClient

getJsSdkClient: () => any

Type declaration

    • (): any
    • Returns any

Optional registered

registered: boolean

Generated using TypeDoc