Merge pull request #118 from smallpdf/master

Add more play store notification types
This commit is contained in:
kitakitabauer
2020-05-28 01:08:38 +09:00
committed by GitHub

View File

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