AnalysisDelegate
@objc
public protocol AnalysisDelegate
Delegate which can be used to communicate back to the analysis screen allowing to display custom messages on screen.
-
Will display an error screen with predefined type.
Declaration
Swift
func displayError( errorType: ErrorType, animated: Bool )
Parameters
message
The error type to be displayed.
-
In case that the
GiniCaptureDocument
analysed is an image it will display a no results screen with some capture suggestions.Declaration
Swift
func tryDisplayNoResultsScreen()