ComponentFactory
public class ComponentFactory
-
Declaration
Swift
public static func getEntityChooser(handler: EntityChoiceSelectionHandler, routingOptions: MNRouteOptions, localizationProvider: LocalizationProvider) -> EntityChooserViewController
-
Declaration
Swift
public static func getEntityChooser(name: String, handler: EntityChoiceSelectionHandler, searchables: [ISearchable], routingOptions: MNRouteOptions, localizationProvider: LocalizationProvider) -> EntityChooserContainerViewController
-
Declaration
Swift
public static func getSearchableChooser(name: String, handler: EntityChoiceSelectionHandler, searchables: [ISearchable]) -> SearchableChooserViewController