status-go/notifications/push/payload.go

13 lines
172 B
Go
Raw Normal View History

2017-10-11 13:51:43 +00:00
package notification
2017-10-10 15:30:56 +00:00
// Payload data of message.
type Payload struct {
Title string
Body string
Icon string
Sound string
Badge string
Tag string
Color string
}