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#>
headerThe header of the originally handled directive.
View on GitHub
ChipsAgentDelegate Protocol Reference