Interface ShakeCallback


public interface ShakeCallback
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final ShakeCallback
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when device starts to shake/move.
    void
    Called when device stops shaking/moving.
  • Field Details

  • Method Details

    • onShakingStarted

      void onShakingStarted()
      Called when device starts to shake/move.
    • onShakingStopped

      void onShakingStopped()
      Called when device stops shaking/moving.