ContextInfoDelegate
public protocol ContextInfoDelegate : AnyObject
ContextInfoDelegate may be capability agent whose context needs to be sent to the server.
-
A request to provide the context.
It should perform minimum processing and return quickly
Declaration
Swift
func contextInfoRequestContext(completion: @escaping (ContextInfo?) -> Void)