- bundle
- The bundle in which to put the fragment reference.
- key
- The name of the entry in the bundle.
- fragment
- The Fragment whose reference is to be stored.
Put a reference to a fragment in a Bundle. This Bundle can be persisted as saved state, and when later restoring FragmentManager.GetFragment(Android.OS.Bundle, System.String) will return the current instance of the same fragment.