CockpitReadRemoteSnapshotRequest constructor

const CockpitReadRemoteSnapshotRequest({
  1. Uri? baseUri,
  2. CockpitRemoteSessionHandle? sessionHandle,
  3. String? sessionHandlePath,
  4. String? androidDeviceId,
  5. String? iosDeviceId,
  6. CockpitInteractiveResultProfile resultProfile = const CockpitInteractiveResultProfile.standard(),
  7. CockpitSnapshotOptions? snapshotOptions,
  8. String? compareAgainstSnapshotRef,
  9. DateTime? deadline,
})

Implementation

const CockpitReadRemoteSnapshotRequest({
  this.baseUri,
  this.sessionHandle,
  this.sessionHandlePath,
  this.androidDeviceId,
  this.iosDeviceId,
  this.resultProfile = const CockpitInteractiveResultProfile.standard(),
  this.snapshotOptions,
  this.compareAgainstSnapshotRef,
  this.deadline,
});