getParcelableCompat

inline fun <T : Parcelable> Bundle.getParcelableCompat(name: String): T?

Reads a typed Parcelable from this Bundle.

This delegates to BundleCompat so callers get a single API that handles the typed Android 13+ overload and older platform versions.