mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-01 22:25:46 +01:00
Start re-work of play billing checkout flow.
This commit is contained in:
committed by
Greyson Parrelli
parent
b340097f9c
commit
48bd57c56a
@@ -323,12 +323,13 @@ message DonationErrorValue {
|
||||
message InAppPaymentData {
|
||||
|
||||
enum PaymentMethodType {
|
||||
UNKNOWN = 0;
|
||||
GOOGLE_PAY = 1;
|
||||
CARD = 2;
|
||||
SEPA_DEBIT = 3;
|
||||
IDEAL = 4;
|
||||
PAYPAL = 5;
|
||||
UNKNOWN = 0;
|
||||
GOOGLE_PAY = 1;
|
||||
CARD = 2;
|
||||
SEPA_DEBIT = 3;
|
||||
IDEAL = 4;
|
||||
PAYPAL = 5;
|
||||
GOOGLE_PLAY_BILLING = 6;
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -375,6 +376,7 @@ message InAppPaymentData {
|
||||
optional bool keepAlive = 3; // Only present for recurring donations, specifies this redemption started from a keep-alive
|
||||
optional bytes receiptCredentialRequestContext = 4; // Reusable context for retrieving a presentation
|
||||
optional bytes receiptCredentialPresentation = 5; // Redeemable presentation
|
||||
optional string googlePlayBillingPurchaseToken = 6; // Only present for backups
|
||||
}
|
||||
|
||||
message Error {
|
||||
|
||||
Reference in New Issue
Block a user