All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.androidpublisher.model.SplitApkVariant.html Maven / Gradle / Ivy

There is a newer version: v3-rev20241217-2.0.0
Show newest version






SplitApkVariant (Google Play Android Developer API v3-rev20240129-2.0.0)












com.google.api.services.androidpublisher.model

Class SplitApkVariant

  • All Implemented Interfaces:
    Cloneable, Map<String,Object>


    public final class SplitApkVariant
    extends com.google.api.client.json.GenericJson
    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.

    This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Play Android Developer API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json

    Author:
    Google, Inc.
    • Constructor Detail

      • SplitApkVariant

        public SplitApkVariant()
    • Method Detail

      • getApkSet

        public List<ApkSet> getApkSet()
        Set of APKs, one set per module.
        Returns:
        value or null for none
      • setApkSet

        public SplitApkVariant setApkSet(List<ApkSet> apkSet)
        Set of APKs, one set per module.
        Parameters:
        apkSet - apkSet or null for none
      • getTargeting

        public VariantTargeting getTargeting()
        Variant-level targeting.
        Returns:
        value or null for none
      • setTargeting

        public SplitApkVariant setTargeting(VariantTargeting targeting)
        Variant-level targeting.
        Parameters:
        targeting - targeting or null for none
      • getVariantNumber

        public Integer getVariantNumber()
        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.
        Returns:
        value or null for none
      • setVariantNumber

        public SplitApkVariant setVariantNumber(Integer variantNumber)
        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.
        Parameters:
        variantNumber - variantNumber or null for none
      • clone

        public SplitApkVariant clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy