Interface ApplicationData

Hierarchy

  • ApplicationData

Properties

eitriVersion: string

Version number of the eitri-machine installed on the application

env: string

Application's environment name

platform: string

Platform - "android" or "ios"

safeAreaInsets: {
    bottom: number;
    top: number;
}

Safe-area paddings of the device's screen

Type declaration

  • bottom: number
  • top: number
version: string

Version of the application

Generated using TypeDoc