Cloudstream
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Cloudstream
App
/
com.lagradost.cloudstream3.receivers
/
VideoDownloadRestartReceiver
Video
Download
Restart
Receiver
class
VideoDownloadRestartReceiver
:
BroadcastReceiver
(
source
)
Members
Constructors
Video
Download
Restart
Receiver
Link copied to clipboard
constructor
(
)
Properties
abort
Broadcast
Link copied to clipboard
val
abortBroadcast
:
Boolean
debug
Unregister
Link copied to clipboard
var
debugUnregister
:
Boolean
is
Initial
Sticky
Broadcast
Link copied to clipboard
val
isInitialStickyBroadcast
:
Boolean
is
Ordered
Broadcast
Link copied to clipboard
val
isOrderedBroadcast
:
Boolean
result
Code
Link copied to clipboard
var
resultCode
:
Int
result
Data
Link copied to clipboard
var
resultData
:
String
?
sent
From
Package
Link copied to clipboard
open
val
sentFromPackage
:
String
?
sent
From
Uid
Link copied to clipboard
open
val
sentFromUid
:
Int
Functions
abort
Broadcast
Link copied to clipboard
fun
abortBroadcast
(
)
clear
Abort
Broadcast
Link copied to clipboard
fun
clearAbortBroadcast
(
)
get
Result
Extras
Link copied to clipboard
fun
getResultExtras
(
makeMap
:
Boolean
)
:
Bundle
?
go
Async
Link copied to clipboard
fun
goAsync
(
)
:
BroadcastReceiver.PendingResult
?
on
Receive
Link copied to clipboard
open
override
fun
onReceive
(
context
:
Context
?
,
intent
:
Intent
?
)
peek
Service
Link copied to clipboard
open
fun
peekService
(
myContext
:
Context
?
,
service
:
Intent
?
)
:
IBinder
?
set
Ordered
Hint
Link copied to clipboard
fun
setOrderedHint
(
isOrdered
:
Boolean
)
set
Result
Link copied to clipboard
fun
setResult
(
code
:
Int
,
data
:
String
?
,
extras
:
Bundle
?
)
set
Result
Extras
Link copied to clipboard
fun
setResultExtras
(
extras
:
Bundle
?
)