public enum StoreProvider extends java.lang.Enum<StoreProvider> implements com.google.protobuf.ProtocolMessageEnum
Validation Provider,Protobuf enum
nakama.api.StoreProvider| Enum Constant and Description |
|---|
APPLE_APP_STORE
Apple App Store
|
FACEBOOK_INSTANT_STORE
Facebook Instant Store
|
GOOGLE_PLAY_STORE
Google Play Store
|
HUAWEI_APP_GALLERY
Huawei App Gallery
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
APPLE_APP_STORE_VALUE
Apple App Store
|
static int |
FACEBOOK_INSTANT_STORE_VALUE
Facebook Instant Store
|
static int |
GOOGLE_PLAY_STORE_VALUE
Google Play Store
|
static int |
HUAWEI_APP_GALLERY_VALUE
Huawei App Gallery
|
| Modifier and Type | Method and Description |
|---|---|
static StoreProvider |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<StoreProvider> |
internalGetValueMap() |
static StoreProvider |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static StoreProvider |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static StoreProvider |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StoreProvider[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StoreProvider APPLE_APP_STORE
Apple App Store
APPLE_APP_STORE = 0;public static final StoreProvider GOOGLE_PLAY_STORE
Google Play Store
GOOGLE_PLAY_STORE = 1;public static final StoreProvider HUAWEI_APP_GALLERY
Huawei App Gallery
HUAWEI_APP_GALLERY = 2;public static final StoreProvider FACEBOOK_INSTANT_STORE
Facebook Instant Store
FACEBOOK_INSTANT_STORE = 3;public static final StoreProvider UNRECOGNIZED
public static final int APPLE_APP_STORE_VALUE
Apple App Store
APPLE_APP_STORE = 0;public static final int GOOGLE_PLAY_STORE_VALUE
Google Play Store
GOOGLE_PLAY_STORE = 1;public static final int HUAWEI_APP_GALLERY_VALUE
Huawei App Gallery
HUAWEI_APP_GALLERY = 2;public static final int FACEBOOK_INSTANT_STORE_VALUE
Facebook Instant Store
FACEBOOK_INSTANT_STORE = 3;public static StoreProvider[] values()
for (StoreProvider c : StoreProvider.values()) System.out.println(c);
public static StoreProvider valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static StoreProvider valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static StoreProvider forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<StoreProvider> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static StoreProvider valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)