- id
- Identifier of the stated to be popped. If no identifier exists, false is returned. The identifier is the number returned by FragmentTransaction.Commit. The FragmentManager.PopBackStackInclusive flag can be used to control whether the named state itself is popped.
- flags
- Either 0 or FragmentManager.PopBackStackInclusive.
Pop all back stack states up to the one with the given identifier. This function is asynchronous -- it enqueues the request to pop, but the action will not be performed until the application returns to its event loop.