data class FrameWithManifest
Frame identifier - manifest URL pair.
<init> |
Frame identifier - manifest URL pair. FrameWithManifest(frameId: FrameId, manifestURL: String, status: Int) |
frameId |
Frame identifier. val frameId: FrameId |
manifestURL |
Manifest URL. val manifestURL: String |
status |
Application cache status. val status: Int |