Home
last modified time | relevance | path

Searched refs:possibleValues (Results 1 – 1 of 1) sorted by relevance

/expo/packages/expo-branch/android/src/main/java/io/branch/rnbranch/
H A DRNBranchModule.java960 ProductCategory[] possibleValues = ProductCategory.class.getEnumConstants(); in getProductCategory() local
961 for (ProductCategory value: possibleValues) { in getProductCategory()