BundleCountrySet

@Incubating
public interface BundleCountrySet


Summary

Public methods

abstract String

Specifies the default country set value for the bundle.

abstract Boolean
abstract void

Specifies the default country set value for the bundle.

abstract void

Public methods

getDefaultSet

@Incubating
abstract String getDefaultSet()

Specifies the default country set value for the bundle. Used for filtering splits for standalone, system and universal APKs.

getEnableSplit

@Incubating
abstract Boolean getEnableSplit()

setDefaultSet

@Incubating
abstract void setDefaultSet(String defaultSet)

Specifies the default country set value for the bundle. Used for filtering splits for standalone, system and universal APKs.

setEnableSplit

@Incubating
abstract void setEnableSplit(Boolean enableSplit)