constant

package
v0.0.0-...-6347526 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 6, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// unspecified visibility
	VisibilityUnspecified = "VISIBILITY_UNSPECIFIED"
	// private visibility
	VisibilityPrivate = "PRIVATE"
	// public visibility
	VisibilityPublic = "PUBLIC"
	// secret visibility
	VisibilitySecret = "SECRET"
)
View Source
const (
	// high priority
	DeliveryPriorityHigh = "HIGH"
	// normal priority
	DeliveryPriorityNormal = "NORMAL"
)
View Source
const (
	// high priority
	NotificationPriorityHigh = "HIGH"
	// default priority
	NotificationPriorityDefault = "NORMAL"
	// low priority
	NotificationPriorityLow = "LOW"
)
View Source
const (
	// very low urgency
	UrgencyVeryLow = "very-low"
	// low urgency
	UrgencyLow = "low"
	// normal urgency
	UrgencyNormal = "normal"
	// high urgency
	UrgencyHigh = "high"
)
View Source
const (
	// webPush text direction auto
	DirAuto = "auto"
	// webPush text direction ltr
	DirLtr = "ltr"
	// webPush text direction rtl
	DirRtl = "rtl"
)
View Source
const (
	// success code from push server
	Success = "80000000"
	// parameter invalid code from push server
	ParameterError = "80100001"
	// token invalid code from push server
	TokenFailedErr = "80200001"
	//token timeout code from push server
	TokenTimeoutErr = "80200003"
)
View Source
const (
	TypeIntentOrAction = iota + 1
	TypeUrl
	TypeApp
	TypeRichResource
)
View Source
const (
	FastAppTargetDevelop = iota + 1
	FastAppTargetProduct
)
View Source
const (
	// test user
	TargetUserTypeTest = iota + 1
	// formal user
	TargetUserTypeFormal
	// VoIP user
	TargetUserTypeVoIP
)
View Source
const (
	//the parameters of the formats below are endpoint and appId
	SendMessageFmt = "%s/v1/%s/messages:send"
)
View Source
const (
	StyleBigText = iota + 1
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL