LocationAgentProtocol
public protocol LocationAgentProtocol : CapabilityAgentable
The LocationAgent
is needed to send location information for nugu service.
-
The object that acts as the delegate of
LocationAgent
Declaration
Swift
var delegate: LocationAgentDelegate? { get set }