Toolbox
Toggle table of contents
android
Target filter
android
Switch theme
Search in API
Skip to content
Toolbox
backup
/
com.michaelflisar.toolbox.backup.internal
/
BackupServiceUtil
Backup
Service
Util
android
object
BackupServiceUtil
Members
Properties
NOTIFICATION_
CHANNEL_
BACKUP_
ID
Link copied to clipboard
android
const
val
NOTIFICATION_CHANNEL_BACKUP_ID
:
String
NOTIFICATION_
CHANNEL_
BACKUP_
NAME
Link copied to clipboard
android
const
val
NOTIFICATION_CHANNEL_BACKUP_NAME
:
String
SERVICE_
BACKUP_
SETUP
Link copied to clipboard
android
val
SERVICE_BACKUP_SETUP
:
ServiceSetup
SERVICE_
RESTORE_
SETUP
Link copied to clipboard
android
val
SERVICE_RESTORE_SETUP
:
ServiceSetup
Functions
cancel
All
Link copied to clipboard
android
fun
cancelAll
(
context
:
Context
)
cancel
All
Work
By
Tag
Link copied to clipboard
android
fun
cancelAllWorkByTag
(
context
:
Context
,
tag
:
String
)
create
Channels
Link copied to clipboard
android
fun
createChannels
(
)
enqueue
Link copied to clipboard
android
fun
enqueue
(
context
:
Context
,
inputData
:
Data
,
needsInternet
:
Boolean
,
initialDelay
:
Duration
,
tag
:
String
?
)