Options
All
  • Public
  • Public/Protected
  • All
Menu

External module scripts/bg/regClient

Manage registration endpoint of the the GAE server

Index

Events

Variables

Functions

Events

onStorageChanged

  • onStorageChanged(ev: StorageEvent): void

Variables

Const URL_BASE

URL_BASE: string = `${Gae.GAE_ROOT}/registration/v1/`

Base path of RegistrationEndpoint

Functions

register

  • register(interactive?: boolean): Promise<void>

unregister

  • unregister(interactive?: boolean): Promise<void>

Generated using TypeDoc