ApplicationReport.ApplicationSource

enum ApplicationReport.ApplicationSource


The source that provided an app.

Summary

Enum Values

APPLICATION_SOURCE_UNSPECIFIED

The app was sideloaded from an unspecified source.

INSTALLED_FROM_PLAY_STORE

The app was installed from the Google Play Store.

SYSTEM_APP_FACTORY_VERSION

This is a system app from the device's factory image.

SYSTEM_APP_UPDATED_VERSION

This is an updated system app.

Public functions

java-static ApplicationReport.ApplicationSource!
valueOf(name: String!)

Returns the enum constant of this type with the specified name.

java-static Array<ApplicationReport.ApplicationSource!>!

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

Enum Values

APPLICATION_SOURCE_UNSPECIFIED

val ApplicationReport.ApplicationSource.APPLICATION_SOURCE_UNSPECIFIEDApplicationReport.ApplicationSource

The app was sideloaded from an unspecified source.

INSTALLED_FROM_PLAY_STORE

val ApplicationReport.ApplicationSource.INSTALLED_FROM_PLAY_STOREApplicationReport.ApplicationSource

The app was installed from the Google Play Store.

SYSTEM_APP_FACTORY_VERSION

val ApplicationReport.ApplicationSource.SYSTEM_APP_FACTORY_VERSIONApplicationReport.ApplicationSource

This is a system app from the device's factory image.

SYSTEM_APP_UPDATED_VERSION

val ApplicationReport.ApplicationSource.SYSTEM_APP_UPDATED_VERSIONApplicationReport.ApplicationSource

This is an updated system app.

Public functions

valueOf

java-static fun valueOf(name: String!): ApplicationReport.ApplicationSource!

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.)

Returns
ApplicationReport.ApplicationSource!

the enum constant with the specified name

Throws
java.lang.IllegalArgumentException

if this enum type has no constant with the specified name

values

java-static fun values(): Array<ApplicationReport.ApplicationSource!>!

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.

Returns
Array<ApplicationReport.ApplicationSource!>!

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