diff --git a/playstore/notification.go b/playstore/notification.go index 583559b..c583507 100644 --- a/playstore/notification.go +++ b/playstore/notification.go @@ -29,5 +29,11 @@ const ( NotificationTypePurchased NotificationTypeAccountHold NotificationTypeGracePeriod - NotificationTypeReactivated + NotificationTypeRestarted + NotificationTypePriceChangeConfirmed + NotificationTypeDeferred + NotificationTypePaused + NotificationTypePauseScheduleChanged + NotificationTypeRevoked + NotificationTypeExpired )