App-stores known by the framework.
public final enum Stores extends Enum<Stores>
Enum Constant Summary
| Enum Constant and Description |
|---|
AMAZONStore value for Amazon Appstore |
BAZAARStore value for Cafe Bazaar (local Iranian app-store) |
CANDOStore value for Cando (local Iranian app-store) |
GOOGLEStore value for Google Play |
NONEStore value used when the app-store is not specified |
SAMSUNGStore value for Samsung Apps |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
public static Stores | valueOf(String name) |
public static Stores | values() |
Methods inherited from java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitEnum Constant Detail
| AMAZON |
|---|
public static final AMAZON Store value for Amazon Appstore |
| BAZAAR |
|---|
public static final BAZAAR Store value for Cafe Bazaar (local Iranian app-store) |
| CANDO |
|---|
public static final CANDO Store value for Cando (local Iranian app-store) |
public static final GOOGLE Store value for Google Play |
| NONE |
|---|
public static final NONE Store value used when the app-store is not specified |
| SAMSUNG |
|---|
public static final SAMSUNG Store value for Samsung Apps |