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
+7 -1
View File
@@ -29,5 +29,11 @@ const (
NotificationTypePurchased
NotificationTypeAccountHold
NotificationTypeGracePeriod
NotificationTypeReactivated
NotificationTypeRestarted
NotificationTypePriceChangeConfirmed
NotificationTypeDeferred
NotificationTypePaused
NotificationTypePauseScheduleChanged
NotificationTypeRevoked
NotificationTypeExpired
)