Added IAB network error

This commit is contained in:
M66B 2024-04-09 11:43:53 +02:00
parent 9a1e4cd904
commit 04106dd5b2
1 changed files with 3 additions and 0 deletions

View File

@ -680,6 +680,9 @@ public class ActivityBilling extends ActivityBase implements
// User pressed back or canceled a dialog
return "USER_CANCELED";
case BillingClient.BillingResponseCode.NETWORK_ERROR:
return "NETWORK_ERROR";
default:
return Integer.toString(result.getResponseCode());
}