Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SessionKeepAlive

Index

Constructors

Methods

Constructors

  • new SessionKeepAlive(getSession: () => string, client: Client, onSessionExpired: () => void, check: boolean): SessionKeepAlive
  • Parameters

    • getSession: () => string
        • (): string
        • Returns string

    • client: Client
    • onSessionExpired: () => void
        • (): void
        • Returns void

    • check: boolean

    Returns SessionKeepAlive

Methods

  • dispose(): void
  • Returns void

  • lastTry(): Promise<number>
  • Returns Promise<number>

Generated using TypeDoc