ginicapture
/
net.gini.android.capture.analysis
/
AnalysisFragmentInterface
Analysis
Fragment
Interface
public interface
AnalysisFragmentInterface
Content copied to clipboard
Methods which Analysis Fragment must implement.
Functions
Inheritors
Functions
hideError
Link copied to clipboard
abstract void
hideError
()
Content copied to clipboard
Call this method to hide the error shown before with
showError
or
showError
.
setListener
Link copied to clipboard
abstract void
setListener
(
@
NonNull
()
AnalysisFragmentListener
listener)
Content copied to clipboard
Set a listener for analysis events.
showError
Link copied to clipboard
abstract void
showError
(
@
NonNull
()
String
message, int duration)
Content copied to clipboard
Call this method when you need to show an error message to the user in the AnalysisScreen.
abstract void
showError
(
@
NonNull
()
String
message,
@
NonNull
()
String
buttonTitle,
@
NonNull
()
View.OnClickListener
onClickListener)
Content copied to clipboard
Call this method when you need to show an error message with an invokable action to the userin the Analysis Screen.
Inheritors
AnalysisFragmentCompat
Link copied to clipboard
AnalysisActivity
Link copied to clipboard