Initializer

fun <P : AnyPanel, F : IviFragment<P, *>> Initializer(fragment: F, panel: P)

Parameters

P

The type of the panel that the fragment relies on as its host.

fragment

The fragment to be initialized.

panel

The panel that hosts the fragment.