playstore: add rest of notification types
see https://developer.android.com/google/play/billing/realtime_developer_notifications#json_specification
This commit is contained in:
@@ -29,5 +29,11 @@ const (
|
|||||||
NotificationTypePurchased
|
NotificationTypePurchased
|
||||||
NotificationTypeAccountHold
|
NotificationTypeAccountHold
|
||||||
NotificationTypeGracePeriod
|
NotificationTypeGracePeriod
|
||||||
NotificationTypeReactivated
|
NotificationTypeRestarted
|
||||||
|
NotificationTypePriceChangeConfirmed
|
||||||
|
NotificationTypeDeferred
|
||||||
|
NotificationTypePaused
|
||||||
|
NotificationTypePauseScheduleChanged
|
||||||
|
NotificationTypeRevoked
|
||||||
|
NotificationTypeExpired
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user