Mapsted Android SDK 26.8.1
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Mapsted Android SDK 26.8.1
android-app-template-core
/
com.mapsted.template_core.ui.base
Package-level
declarations
Types
Types
App
Base
View
Model
Link copied to clipboard
abstract
class
AppBaseViewModel
:
CommonViewModel
Base
Activity
Link copied to clipboard
abstract
class
BaseActivity
<
VM
:
AppBaseViewModel
?
>
:
AppCompatActivity
Base
Dialog
Fragment
Link copied to clipboard
abstract
class
BaseDialogFragment
:
DialogFragment
Base
Fragment
Link copied to clipboard
abstract
class
BaseFragment
:
Fragment
Custom
Binding
Adapters
Link copied to clipboard
open
class
CustomBindingAdapters
Mallm
App
Base
View
Model
Link copied to clipboard
abstract
class
MallmAppBaseViewModel
:
CommonViewModel
Single
Live
Event
Link copied to clipboard
open
class
SingleLiveEvent
<
T
>
:
MutableLiveData
<
T
>