- containerViewId
- Optional identifier of the container this fragment is to be placed in. If 0, it will not be placed in a container.
- fragment
- The fragment to be added. This fragment must not already be added to the activity.
- tag
- Optional tag name for the fragment, to later retrieve the fragment with FragmentManager.FindFragmentByTag(string).
Documentation for this section has not yet been entered.
Add a fragment to the activity state. This fragment may optionally also have its view (if Fragment.OnCreateView(Android.Views.LayoutInflater, Android.Views.ViewGroup, Android.Views.ViewGroup) returns non-null) into a container view of the activity.