PROTOCOL

PollingModelUpdatable

public protocol PollingModelUpdatable

A type that can receive and react to updates of a PollingModel.

Methods

update(model:)

func update(model: PollingModel)

Updates the receiver with a new polling model.

Parameters

Name Description
model The latest PollingModel