Package com.apollographql.apollo3.mpp
Types
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The current thread name ("main" for the main thread). Used for debugging.
Link copied to clipboard
The current time as a human-readable String. Used for debugging.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The current platform. This is used from tests because Double.toString() doesn't behave the same on JS and other platforms. Prefer more specific functions like assertMainThreadOnNative
when possible instead of checking the platform.