-
public final class LazyThreeTen
-
-
Method Summary
Modifier and Type Method Description static voidinit(Context context)Initialize threetenbp to use LazyThreeTenBp's ZoneRulesProvider static voidcacheZones()Call on background thread to eagerly load all zones. -
-
Method Detail
-
init
@MainThread() static void init(Context context)
Initialize threetenbp to use LazyThreeTenBp's ZoneRulesProvider
-
cacheZones
@WorkerThread() static void cacheZones()
Call on background thread to eagerly load all zones. Starts with loading systemDefault which is the one most likely to be used.
-
-
-
-