parcelableExtra

inline fun <T : Parcelable> Intent.parcelableExtra(key: String): T?

Retrieve an extra from the intent using the given key. The extra should have been added using Intent.putExtra.

Return

the value of the extra, or null if no such extra was found

Parameters

key

the key of the extra