try Auto Batch Previous Session
abstract suspend fun tryAutoBatchPreviousSession(): Result<SdkSuccessAnswer.TryAutoBatchPreviousSession>
Attempts to auto batch the previous session. Reconciliation report will be printed only if purchases were made.
Return
Result which can be a Result.Success containing SdkSuccessAnswer.TryAutoBatchPreviousSession if successful, or a Result.Error if the operation fails.