Interface StatisticsDAO

All Known Implementing Classes:
JDBCStatisticsDAO

public interface StatisticsDAO
Author:
svu
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    saveLoginEvent(long userId, short platform, String appVersion, String osVersion, String ipAddress, String countryCode, String device)
     
  • Method Details

    • saveLoginEvent

      void saveLoginEvent(long userId, short platform, String appVersion, String osVersion, String ipAddress, String countryCode, String device)