pl.wendigo.chrome.domain.layertree / LoadSnapshotRequest

LoadSnapshotRequest

data class LoadSnapshotRequest (source)

Represents request frame that can be used with LayerTree.loadSnapshot method call.

Returns the snapshot identifier.

Constructors

<init>

LoadSnapshotRequest(tiles: List<PictureTile>)

Represents request frame that can be used with LayerTree.loadSnapshot method call.

Properties

tiles

val tiles: List<PictureTile>

An array of tiles composing the snapshot.