parcelableExtra
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
Retrieve an extra from the intent using the given key. The extra should have been added using Intent.putExtra.
the value of the extra, or null if no such extra was found
the key of the extra