VastVbVmActivity
VastVbVmActivity.
class MainActivity : VastVbVmActivity<ActivityMainBinding,MainViewModel>() {
override fun onCreate(savedInstanceState: Bundle?) {
super.onCreate(savedInstanceState)
// Something to do
}
}
Content copied to clipboard
Parameters
VB
ViewBinding of the activity layout.
VM
ViewModel of the activity.
Functions
Link copied to clipboard
Get the ViewBinding. By default, it will throw a IllegalStateException.
Link copied to clipboard
Get default Snackbar for activity.
Link copied to clipboard
Get the ViewModel. By default, it will throw a IllegalStateException.