-
- All Implemented Interfaces:
public interface NoResultsFragmentListenerInterface used by NoResultsFragmentCompat to dispatch events to the hosting Activity.
-
-
Method Summary
Modifier and Type Method Description abstract voidonBackToCameraPressed()Called when the button on the bottom of the No Results Screen was pressed. -
-
Method Detail
-
onBackToCameraPressed
abstract void onBackToCameraPressed()
Called when the button on the bottom of the No Results Screen was pressed. This button should lead the user back to the Camera Screen.
-
-
-
-