2
0
mirror of https://github.com/status-im/status-go.git synced 2025-01-20 11:40:29 +00:00

13 lines
454 B
Go
Raw Normal View History

package localnotifications
const (
CategoryTransaction PushCategory = "transaction"
CategoryMessage PushCategory = "newMessage"
CategoryGroupInvite PushCategory = "groupInvite"
CategoryCommunityRequestToJoin = "communityRequestToJoin"
CategoryCommunityJoined = "communityJoined"
TypeTransaction NotificationType = "transaction"
TypeMessage NotificationType = "message"
)