consts

package
v0.0.7 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2026 License: CC0-1.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ActionAppBlockStateChanged                      string = "android.app.action.APP_BLOCK_STATE_CHANGED"
	ActionAutomaticZenRule                          string = "android.app.action.AUTOMATIC_ZEN_RULE"
	ActionAutomaticZenRuleStatusChanged             string = "android.app.action.AUTOMATIC_ZEN_RULE_STATUS_CHANGED"
	ActionConsolidatedNotificationPolicyChanged     string = "android.app.action.CONSOLIDATED_NOTIFICATION_POLICY_CHANGED"
	ActionInterruptionFilterChanged                 string = "android.app.action.INTERRUPTION_FILTER_CHANGED"
	ActionNotificationChannelBlockStateChanged      string = "android.app.action.NOTIFICATION_CHANNEL_BLOCK_STATE_CHANGED"
	ActionNotificationChannelGroupBlockStateChanged string = "android.app.action.NOTIFICATION_CHANNEL_GROUP_BLOCK_STATE_CHANGED"
	ActionNotificationPolicyAccessGrantedChanged    string = "android.app.action.NOTIFICATION_POLICY_ACCESS_GRANTED_CHANGED"
	ActionNotificationPolicyChanged                 string = "android.app.action.NOTIFICATION_POLICY_CHANGED"
	ExtraAutomaticRuleId                            string = "android.app.extra.AUTOMATIC_RULE_ID"
	ExtraAutomaticZenRuleId                         string = "android.app.extra.AUTOMATIC_ZEN_RULE_ID"
	ExtraAutomaticZenRuleStatus                     string = "android.app.extra.AUTOMATIC_ZEN_RULE_STATUS"
	ExtraBlockedState                               string = "android.app.extra.BLOCKED_STATE"
	ExtraNotificationChannelGroupId                 string = "android.app.extra.NOTIFICATION_CHANNEL_GROUP_ID"
	ExtraNotificationChannelId                      string = "android.app.extra.NOTIFICATION_CHANNEL_ID"
	ExtraNotificationPolicy                         string = "android.app.extra.NOTIFICATION_POLICY"
	MetaDataAutomaticRuleType                       string = "android.service.zen.automatic.ruleType"
	MetaDataRuleInstanceLimit                       string = "android.service.zen.automatic.ruleInstanceLimit"
	DefaultChannelId                                string = "miscellaneous"
	EditConversation                                string = "conversation"
	EditImportance                                  string = "importance"
	EditLauncher                                    string = "launcher"
	EditLockedDevice                                string = "locked"
	EditSound                                       string = "sound"
	EditVibration                                   string = "vibration"
	EditZen                                         string = "zen"
	CategoryAlarm                                   string = "alarm"
	CategoryCall                                    string = "call"
	CategoryEmail                                   string = "email"
	CategoryError                                   string = "err"
	CategoryEvent                                   string = "event"
	CategoryLocationSharing                         string = "location_sharing"
	CategoryMessage                                 string = "msg"
	CategoryMissedCall                              string = "missed_call"
	CategoryNavigation                              string = "navigation"
	CategoryProgress                                string = "progress"
	CategoryPromo                                   string = "promo"
	CategoryRecommendation                          string = "recommendation"
	CategoryReminder                                string = "reminder"
	CategoryService                                 string = "service"
	CategorySocial                                  string = "social"
	CategoryStatus                                  string = "status"
	CategoryStopwatch                               string = "stopwatch"
	CategorySystem                                  string = "sys"
	CategoryTransport                               string = "transport"
	CategoryVoicemail                               string = "voicemail"
	CategoryWorkout                                 string = "workout"
	ExtraAnswerColor                                string = "android.answerColor"
	ExtraAnswerIntent                               string = "android.answerIntent"
	ExtraAudioContentsUri                           string = "android.audioContents"
	ExtraBackgroundImageUri                         string = "android.backgroundImageUri"
	ExtraBigText                                    string = "android.bigText"
	ExtraCallIsVideo                                string = "android.callIsVideo"
	ExtraCallPerson                                 string = "android.callPerson"
	ExtraCallType                                   string = "android.callType"
	ExtraChannelGroupId                             string = "android.intent.extra.CHANNEL_GROUP_ID"
	ExtraChannelId                                  string = "android.intent.extra.CHANNEL_ID"
	ExtraChronometerCountDown                       string = "android.chronometerCountDown"
	ExtraColorized                                  string = "android.colorized"
	ExtraCompactActions                             string = "android.compactActions"
	ExtraConversationTitle                          string = "android.conversationTitle"
	ExtraDeclineColor                               string = "android.declineColor"
	ExtraDeclineIntent                              string = "android.declineIntent"
	ExtraHangUpIntent                               string = "android.hangUpIntent"
	ExtraHistoricMessages                           string = "android.messages.historic"
	ExtraInfoText                                   string = "android.infoText"
	ExtraIsGroupConversation                        string = "android.isGroupConversation"
	ExtraLargeIcon                                  string = "android.largeIcon"
	ExtraLargeIconBig                               string = "android.largeIcon.big"
	ExtraMediaSession                               string = "android.mediaSession"
	ExtraMessages                                   string = "android.messages"
	ExtraMessagingPerson                            string = "android.messagingUser"
	ExtraNotificationId                             string = "android.intent.extra.NOTIFICATION_ID"
	ExtraNotificationTag                            string = "android.intent.extra.NOTIFICATION_TAG"
	ExtraPeople                                     string = "android.people"
	ExtraPeopleList                                 string = "android.people.list"
	ExtraPicture                                    string = "android.picture"
	ExtraPictureContentDescription                  string = "android.pictureContentDescription"
	ExtraPictureIcon                                string = "android.pictureIcon"
	ExtraProgress                                   string = "android.progress"
	ExtraProgressIndeterminate                      string = "android.progressIndeterminate"
	ExtraProgressMax                                string = "android.progressMax"
	ExtraRemoteInputDraft                           string = "android.remoteInputDraft"
	ExtraRemoteInputHistory                         string = "android.remoteInputHistory"
	ExtraSelfDisplayName                            string = "android.selfDisplayName"
	ExtraShowBigPictureWhenCollapsed                string = "android.showBigPictureWhenCollapsed"
	ExtraShowChronometer                            string = "android.showChronometer"
	ExtraShowWhen                                   string = "android.showWhen"
	ExtraSmallIcon                                  string = "android.icon"
	ExtraSubText                                    string = "android.subText"
	ExtraSummaryText                                string = "android.summaryText"
	ExtraTemplate                                   string = "android.template"
	ExtraText                                       string = "android.text"
	ExtraTextLines                                  string = "android.textLines"
	ExtraTitle                                      string = "android.title"
	ExtraTitleBig                                   string = "android.title.big"
	ExtraVerificationIcon                           string = "android.verificationIcon"
	ExtraVerificationText                           string = "android.verificationText"
	IntentCategoryNotificationPreferences           string = "android.intent.category.NOTIFICATION_PREFERENCES"
)
View Source
const (
	AutomaticRuleStatusActivated   int = 4
	AutomaticRuleStatusDeactivated int = 5
	AutomaticRuleStatusDisabled    int = 2
	AutomaticRuleStatusEnabled     int = 1
	AutomaticRuleStatusRemoved     int = 3
	AutomaticRuleStatusUnknown     int = -1
	BubblePreferenceAll            int = 1
	BubblePreferenceNone           int = 0
	BubblePreferenceSelected       int = 2
	ImportanceDefault              int = 3
	ImportanceHigh                 int = 4
	ImportanceLow                  int = 2
	ImportanceMax                  int = 5
	ImportanceMin                  int = 1
	ImportanceNone                 int = 0
	ImportanceUnspecified          int = -1000
	InterruptionFilterAlarms       int = 4
	InterruptionFilterAll          int = 1
	InterruptionFilterNone         int = 3
	InterruptionFilterPriority     int = 2
	InterruptionFilterUnknown      int = 0
	Creator                        int = 0
	AudioAttributesDefault         int = 0
	BadgeIconLarge                 int = 2
	BadgeIconNone                  int = 0
	BadgeIconSmall                 int = 1
	ColorDefault                   int = 0
	DefaultAll                     int = -1
	DefaultLights                  int = 4
	DefaultSound                   int = 1
	DefaultVibrate                 int = 2
	FlagAutoCancel                 int = 16
	FlagBubble                     int = 4096
	FlagForegroundService          int = 64
	FlagGroupSummary               int = 512
	FlagHighPriority               int = 128
	FlagInsistent                  int = 4
	FlagLocalOnly                  int = 256
	FlagNoClear                    int = 32
	FlagOngoingEvent               int = 2
	FlagOnlyAlertOnce              int = 8
	FlagPromotedOngoing            int = 262144
	FlagShowLights                 int = 1
	ForegroundServiceDefault       int = 0
	ForegroundServiceDeferred      int = 2
	ForegroundServiceImmediate     int = 1
	GroupAlertAll                  int = 0
	GroupAlertChildren             int = 2
	GroupAlertSummary              int = 1
	PriorityDefault                int = 0
	PriorityHigh                   int = 1
	PriorityLow                    int = -1
	PriorityMax                    int = 2
	PriorityMin                    int = -2
	StreamDefault                  int = -1
	VisibilityPrivate              int = 0
	VisibilityPublic               int = 1
	VisibilitySecret               int = -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