Interface DeviceMotion.DeviceMotionHandler

Enclosing class:
DeviceMotion
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface DeviceMotion.DeviceMotionHandler
Functional interface for handling DeviceMotion instance after permission is granted.
  • Method Details

    • onDeviceMotionCreated

      void onDeviceMotionCreated(DeviceMotion deviceMotion)