toggle menu
Airship Android SDK
androidJvm
switch theme
search in API
urbanairship-core
/
com.urbanairship.util
/
FileUtils
File
Utils
abstract
class
FileUtils
File utility methods.
Members
Constructors
File
Utils
Link copied to clipboard
constructor
(
)
Types
Download
Result
Link copied to clipboard
open
class
DownloadResult
Result for downloading a file.
Functions
delete
Recursively
Link copied to clipboard
open
fun
deleteRecursively
(
@
NonNull
file
:
File
)
:
Boolean
Deletes a file and/or folder recursively.
download
File
Link copied to clipboard
@
NonNull
@
WorkerThread
open
fun
downloadFile
(
@
NonNull
url
:
URL
,
@
NonNull
file
:
File
)
:
FileUtils.DownloadResult
Downloads a file to disk.