com.android.build
Interface FilterData


public interface FilterData

Represents a split information, like its type or dimension (density, abi, language...) and the filter value (like hdpi for a density split type).


Nested Class Summary
static class FilterData.Builder
           
 
Method Summary
 java.lang.String getFilterType()
           
 java.lang.String getIdentifier()
           
 

Method Detail

getIdentifier

@NonNull
java.lang.String getIdentifier()

getFilterType

@NonNull
java.lang.String getFilterType()