Class ConcreteInertiaSensor

    • Constructor Summary

      Constructors 
      Constructor Description
      ConcreteInertiaSensor​(android.content.Context context)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(SensorDelegate delegate)  
      void start()  
      void stop()  
      • Methods inherited from class java.lang.Object

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

      • ConcreteInertiaSensor

        public ConcreteInertiaSensor​(@NonNull
                                     android.content.Context context)
    • Method Detail

      • start

        public void start()
        Specified by:
        start in interface Sensor
      • stop

        public void stop()
        Specified by:
        stop in interface Sensor