onActivityResult(int, int, Intent) method

Called from activity launched through FieldModel.launchActivity(Intent intent, int requestCode) Allows extension the opportunity to handle any result from the now closed activity.

Syntax

public void onActivityResult ( int requestCode , int resultCode , Intent intent )

Parameters