readSequenceIdAndRunAction

fun readSequenceIdAndRunAction(parcel: Parcel, action: SequencedAction)

Reads the sequence ID from the parcel and run the action on a binder thread pool thread.

When one or more sequence IDs are missing, the action is executed after the missing sequence IDs are received.

Note:action blocks any other received one way transactions. Note:parcel may have been invalidated already when action is called. As such data must have been read from the parcel before this function is invoked.