Interface DashcamSdk.DayNightChangeListener

Enclosing class:
DashcamSdk

public static interface DashcamSdk.DayNightChangeListener
The listener that will be notified when the change between day and night happens at the current GPS position.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onDayNightChanged(boolean isNight)
     
  • Method Details

    • onDayNightChanged

      void onDayNightChanged(boolean isNight)
      Parameters:
      isNight - True if it's night at the current GPS position, false otherwise.