1
0
Fork 0
mirror of synced 2025-04-04 21:53:37 +03:00

added some official docstrings to the NotificationTypes

This commit is contained in:
simus 2022-12-30 16:21:00 +05:00 committed by Neur0toxine
parent a752143df4
commit 3fa3f4255e

View file

@ -51,11 +51,11 @@ const (
// NonPromotionalSubscriptionType is NON_PROMOTIONAL_SUBSCRIPTION messaging type.
NonPromotionalSubscriptionType MessagingType = "NON_PROMOTIONAL_SUBSCRIPTION"
// NotificationNoPushType is NO_PUSH notification type
// NotificationNoPushType is NO_PUSH notification type. No notification
NotificationNoPushType NotificationType = "NO_PUSH"
// NotificationRegularType is REGULAR notification type (default)
// NotificationRegularType is REGULAR notification type (default). Sound or vibration when a message is received by a person
NotificationRegularType NotificationType = "REGULAR"
// NotificationSilentPushType is SILENT_PUSH notification type
// NotificationSilentPushType is SILENT_PUSH notification type. On-screen notification only
NotificationSilentPushType NotificationType = "SILENT_PUSH"
// TopElementStyle is compact.