EntityChoiceSelectionHandler
public protocol EntityChoiceSelectionHandler : AnyObject
-
Declaration
Swift
func selectEntity(searchable: Searchable, hostVC: UIViewController?)
-
Declaration
Swift
func selectNearest(group: SearchEntity, hostVC: UIViewController?)
-
Declaration
Swift
func exitChooser(hostVC: UIViewController?)