calibrateTimeWithNtp static method

void calibrateTimeWithNtp(
  1. String ntpServer
)

time calibration with ntp

ntpServer ntp server url

Implementation

static void calibrateTimeWithNtp(String ntpServer) {
  ThinkingAnalyticsAPI.calibrateTimeWithNtp(ntpServer);
}