JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field
|
Optional |
Required
Detail:
Field
|
Element
SEARCH:
Package
com.my.target.common
Annotation Interface StoreType
@Retention
(
SOURCE
)
public @interface
StoreType
Known store type values
Value is
APP_GALLERY
,
APP_STORE
,
GOOGLE_PLAY
, or
RU_STORE
Field Summary
Fields
Modifier and Type
Field
Description
static final
String
APP_GALLERY
static final
String
APP_STORE
static final
String
GOOGLE_PLAY
static final
String
RU_STORE
Field Details
APP_GALLERY
static final
String
APP_GALLERY
See Also:
Constant Field Values
APP_STORE
static final
String
APP_STORE
See Also:
Constant Field Values
GOOGLE_PLAY
static final
String
GOOGLE_PLAY
See Also:
Constant Field Values
RU_STORE
static final
String
RU_STORE
See Also:
Constant Field Values