Interface ActivityInfo

interface ActivityInfo {
    applicationId: string;
    applicationLabel: string;
    versionCode: number;
    versionName: string;
}

Properties

applicationId: string

The application ID that uniquely identifies your app on the device and in the Google Play Store.

applicationLabel: string

The localized application label.

versionCode: number

The positive integer used as an internal version number.

versionName: string

The string used as the version number shown to users.