launch

fun launch(appCompatActivity: AppCompatActivity, questionnaireConfigJson: String)

Launches the PdfLauncherFragment.

This method creates a new instance of PdfLauncherFragment, sets the provided questionnaire configuration JSON as an argument, and displays the fragment.

Parameters

appCompatActivity

The activity from which the fragment is launched.

questionnaireConfigJson

The JSON string representing the questionnaire configuration.