onCreateModule

protected open fun onCreateModule(@NonNull args: Bundle): RegisterOperatorModule

Called to do initial creation of a module. This is called in onCreate and before onConfigureParams.

Return

The module that the fragment wants to use since 3.0.0

Parameters

args

If the fragment is being re-created from a previous saved state, this is the state.