POIKitObserverTokenDelegate
public protocol POIKitObserverTokenDelegate : AnyObject
Undocumented
-
invalidateToken()Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
func invalidateToken() -
observe(_:Default implementation) Undocumented
Default Implementation
Undocumented
Declaration
Swift
func observe(_ handler: ((Bool, [POIKit.GasStation]) -> Void)?) -> AnyObject? -
observe(uuids:Default implementation_: ) Undocumented
Default Implementation
Undocumented
Declaration
Swift
func observe(uuids: [String], _ handler: (([POIKit.GasStation]) -> Void)?) -> AnyObject?
View on GitHub
POIKitObserverTokenDelegate Protocol Reference