GoogleApi.AndroidPublisher.V3.Model.DeviceSpec (google_api_android_publisher v0.43.0)

View Source

The device spec used to generate a system APK.

Attributes

  • screenDensity (type: integer(), default: nil) - Screen dpi.
  • supportedAbis (type: list(String.t), default: nil) - Supported ABI architectures in the order of preference. The values should be the string as reported by the platform, e.g. "armeabi-v7a", "x86_64".
  • supportedLocales (type: list(String.t), default: nil) - All installed locales represented as BCP-47 strings, e.g. "en-US".

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.DeviceSpec{
  screenDensity: integer() | nil,
  supportedAbis: [String.t()] | nil,
  supportedLocales: [String.t()] | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.