playstore: add rest of notification types

see https://developer.android.com/google/play/billing/realtime_developer_notifications#json_specification
This commit is contained in:
Sam Smith
2020-05-27 10:28:20 +01:00
parent 8ddfbdb30a
commit 9666be3e03

View File

@@ -29,5 +29,11 @@ const (
NotificationTypePurchased
NotificationTypeAccountHold
NotificationTypeGracePeriod
NotificationTypeReactivated
NotificationTypeRestarted
NotificationTypePriceChangeConfirmed
NotificationTypeDeferred
NotificationTypePaused
NotificationTypePauseScheduleChanged
NotificationTypeRevoked
NotificationTypeExpired
)