toggle menu
Cloudstream
cloudstream
switch theme
search in API
Cloudstream
/
com.lagradost.cloudstream3.syncproviders
/
AccountManager
Account
Manager
abstract
class
AccountManager
(
defIndex
:
Int
)
:
AuthAPI
(
source
)
Inheritors
InAppAuthAPIManager
AniListApi
MALApi
SimklApi
Members
Constructors
Account
Manager
Link copied to clipboard
constructor
(
defIndex
:
Int
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
account
Index
Link copied to clipboard
var
accountIndex
:
Int
create
Account
Url
Link copied to clipboard
abstract
val
createAccountUrl
:
String
?
icon
Link copied to clipboard
abstract
val
icon
:
Int
?
id
Prefix
Link copied to clipboard
abstract
val
idPrefix
:
String
name
Link copied to clipboard
abstract
val
name
:
String
requires
Login
Link copied to clipboard
abstract
val
requiresLogin
:
Boolean
Functions
change
Account
Link copied to clipboard
fun
changeAccount
(
index
:
Int
)
get
Accounts
Link copied to clipboard
fun
getAccounts
(
)
:
IntArray
?
init
Link copied to clipboard
fun
init
(
)
login
Info
Link copied to clipboard
abstract
fun
loginInfo
(
)
:
AuthAPI.LoginInfo
?
log
Out
Link copied to clipboard
abstract
fun
logOut
(
)