google_api_android_management v0.1.0 GoogleApi.AndroidManagement.V1.Model.ApplicationReport View Source

Information reported about an installed app.

Attributes

  • applicationSource (String.t): The source of the package. Defaults to: null.

    • Enum - one of [APPLICATION_SOURCE_UNSPECIFIED, SYSTEM_APP_FACTORY_VERSION, SYSTEM_APP_UPDATED_VERSION, INSTALLED_FROM_PLAY_STORE]
  • displayName (String.t): The display name of the app. Defaults to: null.
  • events ([ApplicationEvent]): List of app events. The most recent 20 events are stored in the list. Defaults to: null.
  • installerPackageName (String.t): The package name of the app that installed this app. Defaults to: null.
  • packageName (String.t): Package name of the app. Defaults to: null.
  • packageSha256Hash (String.t): The SHA-256 hash of the app's APK file, which can be used to verify the app hasn't been modified. Each byte of the hash value is represented as a two-digit hexadecimal number. Defaults to: null.
  • signingKeyCertFingerprints ([String.t]): The SHA-1 hash of each android.content.pm.Signature (https://developer.android.com/reference/android/content/pm/Signature.html) associated with the app package. Each byte of each hash value is represented as a two-digit hexadecimal number. Defaults to: null.
  • state (String.t): Application state. Defaults to: null.

    • Enum - one of [INSTALLED, REMOVED]
  • versionCode (integer()): The app version code, which can be used to determine whether one version is more recent than another. Defaults to: null.
  • versionName (String.t): The app version as displayed to the user. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.AndroidManagement.V1.Model.ApplicationReport{
  applicationSource: any(),
  displayName: any(),
  events: [GoogleApi.AndroidManagement.V1.Model.ApplicationEvent.t()],
  installerPackageName: any(),
  packageName: any(),
  packageSha256Hash: any(),
  signingKeyCertFingerprints: [any()],
  state: any(),
  versionCode: any(),
  versionName: any()
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.