Stay organized with collections
Save and categorize content based on your preferences.
Interfaces
Classes
Ticks
|
A value type for tracking elapsed time without committing to specific epoch baseline value or relationship to physical seconds, specifically SI seconds.
|
TrustedTime
|
Entry point for developers to access the Trusted Time APIs.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-12-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-10 UTC."],[[["\u003cp\u003eThe \u003ccode\u003ecom.google.android.gms.time\u003c/code\u003e package provides interfaces and classes for accurate timekeeping in Android applications.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTrustedTimeClient\u003c/code\u003e allows access to Google Play Services' accurate timekeeping service for reliable time signals.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTicker\u003c/code\u003e offers an abstraction for tracking elapsed time within an application.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTicks\u003c/code\u003e represents a value type for tracking elapsed time without specifying an epoch baseline.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTrustedTime\u003c/code\u003e serves as the entry point for developers to access the Trusted Time APIs.\u003c/p\u003e\n"]]],[],null,["# com.google.android.gms.time\n===========================\n\nKotlin \\|[Java](/android/reference/com/google/android/gms/time/package-summary \"View this page in Java\") \n\nInterfaces\n----------\n\n|----------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Ticker](/android/reference/kotlin/com/google/android/gms/time/Ticker) | [Ticker](/android/reference/kotlin/com/google/android/gms/time/Ticker) is an abstraction for a clock that can be used to track elapsed time. |\n| [TrustedTimeClient](/android/reference/kotlin/com/google/android/gms/time/TrustedTimeClient) | [TrustedTimeClient](/android/reference/kotlin/com/google/android/gms/time/TrustedTimeClient) provides access to time signals backed by Google Play Services' accurate time keeping service. |\n\nClasses\n-------\n\n|----------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Ticks](/android/reference/kotlin/com/google/android/gms/time/Ticks) | A value type for tracking elapsed time without committing to specific epoch baseline value or relationship to physical seconds, specifically SI seconds. |\n| [TrustedTime](/android/reference/kotlin/com/google/android/gms/time/TrustedTime) | Entry point for developers to access the Trusted Time APIs. |"]]