Class

AndroidPrefetchScheduler.PrefetchRequestScopeImpl

Source set: Android
class PrefetchRequestScopeImpl() : PrefetchRequestScope

Properties

isFrameIdle

Source set: Android
var isFrameIdle: Boolean

If the PrefetchRequest execution can do "overtime". Overtime here means more time than what is available in this frame. If this is true, it availableTimeNanos will return Long.MAX_VALUE indicating that any time constraints taken into consideration to execute this will request will be ignored.

nextFrameTimeNs

Source set: Android
var nextFrameTimeNs: Long

Last updated: