Performance Analytic Type

PerformanceAnalyticType -> the analytics available

Constructors

Link copied to clipboard
private constructor()

Entries

Link copied to clipboard

LAUNCH_TIME -> Inherent measurement of application startup time

Link copied to clipboard

NETWORK_REQUESTS -> Inherent measure of the number of HTTP requests executed by each application daily

Link copied to clipboard

TOTAL_ISSUES -> Inherent measurement of the number of crashes or problems encountered while using the application

Link copied to clipboard

ISSUES_PER_SESSION -> Inherent measurement of the average number of crashes or issues encountered while using the application for a single session

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.