Class
SnapshotWaiter
public final class SnapshotWaiter
A snapshot timing manager to wait and fulfillment for the scenario content to be rendered.
Initializers
Properties
Methods
wait(until:)
public func wait(until timeout: DispatchTime)
Wait for the snapshot until the specified timeout period.
Parameters
Name | Type | Description |
---|---|---|
timeout | DispatchTime |
A timeout period for waiting the snapshot. |