android-components / mozilla.components.feature.contextmenu / ContextMenuFragment

ContextMenuFragment

class ContextMenuFragment : DialogFragment (source)

DialogFragment implementation to display the actual context menu dialog.

Constructors

<init>

ContextMenuFragment()

DialogFragment implementation to display the actual context menu dialog.

Functions

onCreateDialog

fun onCreateDialog(savedInstanceState: Bundle?): Dialog

Companion Object Functions

create

fun create(session: Session, title: String, ids: List<String>, labels: List<String>): ContextMenuFragment

Create a new ContextMenuFragment.