Android
class PrefetchRequestScopeImpl() : PrefetchRequestScope
Properties
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.
Android
var nextFrameTimeNs: Long