Class BaseViewModel


  • public class BaseViewModel
    extends androidx.lifecycle.ViewModel
    • Constructor Summary

      Constructors 
      Constructor Description
      BaseViewModel()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void runAsync​(java.lang.Runnable task)  
      • Methods inherited from class androidx.lifecycle.ViewModel

        onCleared
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BaseViewModel

        public BaseViewModel()
    • Method Detail

      • runAsync

        protected void runAsync​(@NonNull
                                java.lang.Runnable task)