Sony Addon SDK

Added in API level 1

public static interface

CapturingModeSelector.OnModeFinishListener

This project is no longer being supported and will not get any further updates.

Class Overview

Interface definition for a callback to be invoked when the user changes capturing mode to a mode which belongs to different package or activity.

Summary

Public Methods
void onModeFinish()

Callback to be invoked when the user changes capturing mode.

Public Methods

Added in API level 1 public void onModeFinish()

Callback to be invoked when the user changes capturing mode. This is called when current mode and next mode are in:

  • Same package and different activity.
  • Different package and same activity.
  • Different package and different activity.