Interface ApplicationData

Hierarchy

  • ApplicationData

Properties

env: string

Application's environment name

platform: string

Platform - "android" or "ios"

eitriVersion: string

Version number of the eitri-machine installed on the application

version: string

Version of the application

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

Safe-area paddings of the device's screen

Type declaration

  • top: number
  • bottom: number

Generated using TypeDoc