launchActivity(Intent, int) method

If the extension needs to launch an new activity, it has to call through this method to do it.

Syntax

public void launchActivity ( Intent intent , int requestCode )

Parameters

Usage

It needs to pass in the intent and requestCode. Agentry will handle launching the activity. FieldAdapter.onActivityResult will be called when the activity is dismissed.