toggle menu
AppUpdater
androidJvm
switch theme
app-dialog
com.
king.
app.
dialog
App
Dialog
INSTANCE
App
Dialog
Config
View
Holder
Base
Dialog
Config
com.
king.
app.
dialog.
fragment
App
Dialog
Fragment
Base
Dialog
Fragment
app-updater
com.
king.
app.
updater
App
Updater
Builder
Update
Config
com.
king.
app.
updater.
callback
App
Update
Callback
Update
Callback
com.
king.
app.
updater.
constant
Constants
com.
king.
app.
updater.
http
Http
Manager
IHttp
Manager
Download
Callback
Ok
Http
Manager
com.
king.
app.
updater.
notify
INotification
Notification
Impl
com.
king.
app.
updater.
provider
App
Updater
File
Provider
com.
king.
app.
updater.
service
Download
Service
App
Download
Callback
Download
Binder
com.
king.
app.
updater.
util
App
Utils
Log
Utils
Notification
Utils
Permission
Utils
SSLSocket
Factory
Utils
Trust
All
X509Trust
Manager
app-dialog
/
com.king.app.dialog
/
AppDialogConfig
/
ViewHolder
/
setVisibility
set
Visibility
open
fun
setVisibility
(
@
IdRes
id
:
Int
,
visibility
:
Int
)
:
View
设置视图的可见性
setVisibility
Return
View
Parameters
id
视图ID
visibility
可见性
open
fun
setVisibility
(
@
IdRes
id
:
Int
,
isVisible
:
Boolean
)
:
View
设置视图的可见性
setVisibility
Return
View
Parameters
id
视图ID
is
Visible
是否可见;true时设置为:
VISIBLE
;false时设置为:
GONE