toggle menu
ZappBase
androidJvm
switch theme
search in API
Databinding
/
com.zappstudio.databinding.ui.context
/
ZappBaseFragment
/
showPopupList
show
Popup
List
open
override
fun
showPopupList
(
title
:
String
,
list
:
List
<
Listable
>
,
icon
:
Int
?
,
image
:
Uri
?
,
callback
:
(
Listable
,
DialogFragment
)
->
Unit
?
,
onDismiss
:
(
)
->
Unit
?
,
selected
:
LiveData
<
List
<
Listable
>
>
?
,
hideButtons
:
Boolean
,
cancelable
:
Boolean
)