preResume

Recovers a pre-transaction wait after a restart using its persisted transactionId. Checks the recorded status before returning; throws IllegalStateException unless it is TransactionStatus.INITIALIZED. The returned handle waits for the pre-transaction to finish. Previously collected loyalty data cannot be recovered and is null in the result.

Continue through PreTransactionResult.startTransaction, or discard with abort. Direct startTransaction and startTransactionAsync calls are rejected in the meantime.