getParcelableCompat

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

Reads a typed Parcelable extra from this Intent.

This delegates to IntentCompat so callers get one API across Android versions and avoid passing T::class.java manually.