toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3
/
MainActivity
Main
Activity
class
MainActivity
:
BiometricAuthenticator.BiometricCallback
(
source
)
Members
Constructors
Main
Activity
Link copied to clipboard
constructor
(
)
Types
Companion
Link copied to clipboard
object
Companion
Tv
Focus
Link copied to clipboard
object
TvFocus
Properties
binding
Link copied to clipboard
var
binding
:
<Error class: unknown class>
?
is
Local
List
Link copied to clipboard
var
isLocalList
:
Boolean
kinda dirty, however it signals that we should use the watch status as sync or not
last
Popup
Link copied to clipboard
var
lastPopup
:
SearchResponse
?
m
Session
Manager
Link copied to clipboard
var
mSessionManager
:
<Error class: unknown class>
?
sync
View
Model
Link copied to clipboard
lateinit
var
syncViewModel
:
SyncViewModel
view
Model
Link copied to clipboard
lateinit
var
viewModel
:
ResultViewModel2
Functions
check
Github
Connectivity
Link copied to clipboard
suspend
fun
checkGithubConnectivity
(
)
:
Boolean
dispatch
Key
Event
Link copied to clipboard
open
fun
dispatchKeyEvent
(
event
:
KeyEvent
)
:
Boolean
load
Popup
Link copied to clipboard
fun
loadPopup
(
result
:
SearchResponse
,
load
:
Boolean
=
true
)
on
Authentication
Error
Link copied to clipboard
open
override
fun
onAuthenticationError
(
)
on
Authentication
Success
Link copied to clipboard
open
override
fun
onAuthenticationSuccess
(
)
Biometric stuff
on
Color
Selected
Link copied to clipboard
open
fun
onColorSelected
(
dialogId
:
Int
,
color
:
Int
)
on
Configuration
Changed
Link copied to clipboard
open
fun
onConfigurationChanged
(
newConfig
:
Configuration
)
on
Create
Link copied to clipboard
open
fun
onCreate
(
savedInstanceState
:
Bundle
?
)
on
Create
View
Link copied to clipboard
open
fun
onCreateView
(
name
:
String
,
context
:
Context
,
attrs
:
AttributeSet
)
:
View
?
on
Destroy
Link copied to clipboard
open
fun
onDestroy
(
)
on
Dialog
Dismissed
Link copied to clipboard
open
fun
onDialogDismissed
(
dialogId
:
Int
)
on
Key
Down
Link copied to clipboard
open
fun
onKeyDown
(
keyCode
:
Int
,
event
:
KeyEvent
?
)
:
Boolean
on
New
Intent
Link copied to clipboard
open
fun
onNewIntent
(
intent
:
Intent
?
)
on
Pause
Link copied to clipboard
open
fun
onPause
(
)
on
Resume
Link copied to clipboard
open
fun
onResume
(
)
on
User
Leave
Hint
Link copied to clipboard
open
fun
onUserLeaveHint
(
)