abstract class PromptDialogFragment : DialogFragment
(source)
An abstract representation for all different types of prompt dialogs. for handling PromptFeature dialogs.
PromptDialogFragment()
An abstract representation for all different types of prompt dialogs. for handling PromptFeature dialogs. |
var feature: PromptFeature? |
class ChoiceDialogFragment : PromptDialogFragment
android.support.v4.app.DialogFragment implementation to display choice(options,optgroup and menu) web content in native dialogs. |