View Source GoogleApi.AndroidPublisher.V3.Model.SplitApkVariant (google_api_android_publisher v0.34.1)

Variant is a group of APKs that covers a part of the device configuration space. APKs from multiple variants are never combined on one device.

Attributes

  • apkSet (type: list(GoogleApi.AndroidPublisher.V3.Model.ApkSet.t), default: nil) - Set of APKs, one set per module.
  • targeting (type: GoogleApi.AndroidPublisher.V3.Model.VariantTargeting.t, default: nil) - Variant-level targeting.
  • variantNumber (type: integer(), default: nil) - Number of the variant, starting at 0 (unless overridden). A device will receive APKs from the first variant that matches the device configuration, with higher variant numbers having priority over lower variant numbers.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidPublisher.V3.Model.SplitApkVariant{
  apkSet: [GoogleApi.AndroidPublisher.V3.Model.ApkSet.t()] | nil,
  targeting: GoogleApi.AndroidPublisher.V3.Model.VariantTargeting.t() | nil,
  variantNumber: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.