consts

package
v0.0.6 Latest Latest
Warning

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

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

Documentation

Index

Constants

View Source
const (
	ActionDownloadComplete            string = "android.intent.action.DOWNLOAD_COMPLETE"
	ActionNotificationClicked         string = "android.intent.action.DOWNLOAD_NOTIFICATION_CLICKED"
	ActionViewDownloads               string = "android.intent.action.VIEW_DOWNLOADS"
	ColumnBytesDownloadedSoFar        string = "bytes_so_far"
	ColumnDescription                 string = "description"
	ColumnId                          string = "_id"
	ColumnLastModifiedTimestamp       string = "last_modified_timestamp"
	ColumnLocalFilename               string = "local_filename"
	ColumnLocalUri                    string = "local_uri"
	ColumnMediaproviderUri            string = "mediaprovider_uri"
	ColumnMediaType                   string = "media_type"
	ColumnReason                      string = "reason"
	ColumnStatus                      string = "status"
	ColumnTitle                       string = "title"
	ColumnTotalSizeBytes              string = "total_size"
	ColumnUri                         string = "uri"
	ExtraDownloadId                   string = "extra_download_id"
	ExtraNotificationClickDownloadIds string = "extra_click_download_ids"
	IntentExtrasSortBySize            string = "android.app.DownloadManager.extra_sortBySize"
)
View Source
const (
	ErrorCannotResume                     int = 1008
	ErrorDeviceNotFound                   int = 1007
	ErrorFileAlreadyExists                int = 1009
	ErrorFileError                        int = 1001
	ErrorHttpDataError                    int = 1004
	ErrorInsufficientSpace                int = 1006
	ErrorTooManyRedirects                 int = 1005
	ErrorUnhandledHttpCode                int = 1002
	ErrorUnknown                          int = 1000
	PausedQueuedForWifi                   int = 3
	PausedUnknown                         int = 4
	PausedWaitingForNetwork               int = 2
	PausedWaitingToRetry                  int = 1
	StatusFailed                          int = 16
	StatusPaused                          int = 4
	StatusPending                         int = 1
	StatusRunning                         int = 2
	StatusSuccessful                      int = 8
	NetworkMobile                         int = 1
	NetworkWifi                           int = 2
	VisibilityHidden                      int = 2
	VisibilityVisible                     int = 0
	VisibilityVisibleNotifyCompleted      int = 1
	VisibilityVisibleNotifyOnlyCompletion int = 3
)

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