SpeedifyIspActionsDelegate
public protocol SpeedifyIspActionsDelegate : AnyObject
Response to a prior Speedify.getIspActions(adapterID:) request.
Action descriptors are static for the lifetime of an adapter’s hardware
association; typical callers fetch once per adapter sighting and cache.
- @since 16.8
-
Declaration
Swift
func ispActionsDidUpdate(adapterID: String, actions: [IspAction])