Interface OkHiAppContext

Defines the current mode you'll be using OkHi's services as well as your application's meta information.

Hierarchy

  • OkHiAppContext

Properties

Properties

app?: {
    build: number;
    name: string;
    version: string;
}

Your application's meta information.

Type declaration

  • build: number

    Your application's current build number.

  • name: string

    Your application's name.

  • version: string

    Your application's current version.

developer?: string

Meta information about the current developer.

mode: string

The current mode you'll be using OkHi services.

Generated using TypeDoc