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 Detail

      • onDayNightChanged

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