I have a fragment;
MyFragment myFrag = new MyFragment();
I put bundle data to this fragment:
I'm running into the same issue on Xamarin.android. Here's what the documentation says.
This can only be called before the fragment has been attached to its activity