LaunchViewController
public class LaunchViewController : ComCodeViewController
extension LaunchViewController: PropertiesListViewControllerDelegate
extension LaunchViewController : MNDeepLinkDelegate
extension LaunchViewController: MapstedNotificationDelegate
-
Declaration
Swift
public override func viewDidLoad()
-
Declaration
Swift
public override func viewWillAppear(_ animated: Bool)
-
Declaration
Swift
public func selectProperty(propertyInfo: MapstedCore.PropertyInfo)
-
Declaration
Swift
public func processDeepLink(uri: URL, completion: ((Bool) -> Void)?)
-
Declaration
Swift
public func processDeepLink(path: String, params: [URLQueryItem]?, completion: ((Bool) -> Void)?)
-
Declaration
Swift
public func navigateToMap(homeEntities: [MapstedCore.HomeEntity])
-
Declaration
Swift
public func openWebsite(websiteURL: String) -> Bool