Package io.sentry.transport
Class CurrentDateProvider
java.lang.Object
io.sentry.transport.CurrentDateProvider
- All Implemented Interfaces:
ICurrentDateProvider
-
Method Summary
Modifier and TypeMethodDescriptionfinal long
Returns the current time in millisstatic ICurrentDateProvider
-
Method Details
-
getInstance
-
getCurrentTimeMillis
public final long getCurrentTimeMillis()Description copied from interface:ICurrentDateProvider
Returns the current time in millis- Specified by:
getCurrentTimeMillis
in interfaceICurrentDateProvider
- Returns:
- the time in millis
-