Sony Addon SDK

Added in API level 1

public static interface

CapturingModeSelector.OnModeSelectListener

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 current package and activity.

Summary

Public Methods
void onModeSelect(java.lang.String mode)

Callback to be invoked when the user changes capturing mode.

Public Methods

Added in API level 1 public void onModeSelect(java.lang.String mode)

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

  • Same package and same activity.

Parameters
mode This value corresponds to modeName of CapturingModeAttributes which was used to register capturing mode.