ChipsAgentDelegate
public protocol ChipsAgentDelegate : AnyObject
An delegate that appllication can extend to observe chips changes.
-
<#Description#>
Declaration
Swift
func chipsAgentDidReceive(item: ChipsAgentItem, header: Downstream.Header)
Parameters
item
<#item description#>
header
The header of the originally handled directive.