DensitySplitOptions

API Documentation:DensitySplitOptions

Data for per-density splits.

Properties

PropertyDescription
applicableFilters

Returns a list of all applicable filters for this dimension. The list can return null, indicating that the no-filter option must also be used.

compatibleScreens

TODO: Document.

enable

Whether to split in this dimension.

exclude

Collection of exclude patterns.

include

Collection of include patterns.

strict

TODO: Document.

Methods

MethodDescription
reset()

Resets the list of included split configuration. Use this before calling include, in order to manually configure the list of configuration to split on, rather than excluding from the default list.

Script blocks

No script blocks

Property details

Set<String> applicableFilters (read-only)

Returns a list of all applicable filters for this dimension. The list can return null, indicating that the no-filter option must also be used.

Set<String> compatibleScreens

TODO: Document.

boolean enable

Whether to split in this dimension.

Set<String> exclude

Collection of exclude patterns.

Set<String> include

Collection of include patterns.

boolean strict

TODO: Document.

Method details

void reset()

Resets the list of included split configuration. Use this before calling include, in order to manually configure the list of configuration to split on, rather than excluding from the default list.