public interface SdkClock
System.currentTimeMillis().| Modifier and Type | Interface and Description | 
|---|---|
| static class  | SdkClock.InstanceContainer for Singleton instance of the  SdkClock. | 
| static class  | SdkClock.MockClockMock implementation used in tests. | 
| Modifier and Type | Field and Description | 
|---|---|
| static SdkClock | STANDARDStandard implementation that calls out to  System.currentTimeMillis(). | 
| Modifier and Type | Method and Description | 
|---|---|
| long | currentTimeMillis() | 
static final SdkClock STANDARD
System.currentTimeMillis(). Used in production code.