Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDartStoreManager

System manager to interact with DART-Store. Through this you can retrieve various kinds of information related to the module packages that are currently updated on the DART-Store

api-version

1

system

Hierarchy

Index

Methods

  • checkLoginStatus(): Promise<boolean>
  • To check Dart-Store login status

    api-version

    2

    system

    Returns Promise<boolean>

    Return Login status results

  • registerStoreInformation(tokenId: string): void
  • auto register serial number to Dart-Store

    api-version

    1

    system

    Parameters

    • tokenId: string

      when login store, received the token id.

    Returns void

  • For changing the status of module to Activate in online or offline

    api-version

    1

    system

    Parameters

    Returns Promise<boolean>

    Return result that response from store

  • For changing the status of module to Deactivate in online or offline

    api-version

    1

    system

    Parameters

    Returns Promise<boolean>

    Return result that response from store

  • showLoginStore(customTitle?: string, customMessage?: string): Promise<boolean>
  • Show a dialog to log in with Dart-Store account.

    api-version

    2

    system

    Parameters

    • Optional customTitle: string

      A custom title. If it is not set, then default title will be displayed.

    • Optional customMessage: string

      A custom message. If it is not set, then default message will be displayed.

    Returns Promise<boolean>

    Return Fulfills with true if user successfully log in, otherwise false.

Generated using TypeDoc