onViewCreated

open fun onViewCreated(@NonNull view: View, @Nullable savedInstanceState: Bundle)

Called after the view has been created. Initializes the document view and starts document loading if not already started.

Parameters

view

The View returned by onCreateView.

savedInstanceState

If non-null, the fragment is being re-constructed from a previous saved state.