Gini Bank SDK for Android
Gini Bank SDK for Android
/
net.gini.android.capture.analysis
/
AnalysisHint
Analysis
Hint
public
enum
AnalysisHint
Internal use only. Custom enum class to gather all resources needed to show a hint during analysis
Entries
Functions
Entries
FLAT
Link copied to clipboard
FLAT
ALIGN
Link copied to clipboard
ALIGN
PARALLEL
Link copied to clipboard
PARALLEL
LIGHTING
Link copied to clipboard
LIGHTING
MULTIPAGE
Link copied to clipboard
MULTIPAGE
Functions
get
Drawable
Resource
Link copied to clipboard
public
int
getDrawableResource
(
)
get
Text
Resource
Link copied to clipboard
public
int
getTextResource
(
)
get
Title
Text
Resource
Link copied to clipboard
public
int
getTitleTextResource
(
)
value
Of
Link copied to clipboard
public
static
AnalysisHint
valueOf
(
String
name
)
Returns the enum constant of this type with the specified name.
values
Link copied to clipboard
public
static
Array
<
AnalysisHint
>
values
(
)
Returns an array containing the constants of this enum type, in the order they're declared.