Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CordovaAppMetrics

Hierarchy

  • CordovaAppMetrics

Implements

Index

Properties

Methods

Properties

identifier

identifier: string = "app"

Methods

collect

  • Get app metrics, to be called after deviceReady event.

    It uses cordova-plugin-app-version to get the app version, the rest of the metrics are to be filled up by the app itself.

    Returns Promise<AppMetrics>

    A promise containing the app metrics

Generated using TypeDoc