SDAI
Toggle table of contents
Main site
Telegram
Discord
android
Target filter
android
Switch theme
Search in API
Skip to content
SDAI
presentation
/
com.shifthackz.aisdv1.presentation.screen.setup.platform
/
AndroidServerSetupDownloadGuard
Android
Server
Setup
Download
Guard
android
internal
class
AndroidServerSetupDownloadGuard
(
val
wakeLockInterActor
:
WakeLockInterActor
)
:
ServerSetupDownloadGuard
(
source
)
Members
Constructors
Android
Server
Setup
Download
Guard
Link copied to clipboard
android
constructor
(
wakeLockInterActor
:
WakeLockInterActor
)
Properties
wake
Lock
Inter
Actor
Link copied to clipboard
android
private
val
wakeLockInterActor
:
WakeLockInterActor
Functions
with
Download
Link copied to clipboard
android
open
suspend override
fun
<
T
>
withDownload
(
block
:
suspend
(
)
->
T
)
:
T