Attributes of an Android NDK symbol file.

Hierarchy

  • NDKSourcemapAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
arch?: string

The target CPU architecture.

buildId?: string

The build identifier (UUID format).

createdAt: Date

The timestamp when the symbol file was created.

fileName?: string

The NDK library file name.

mapkind: string

The type of source map.

size: number

The size of the symbol file in bytes.

Generated using TypeDoc