C# Class Common.iOS.Utilities.IOSAppLauncher

Inheritance: AppLauncher
Mostra file Open project: microsoft/Dynamics365PSA

Public Methods

Method Description
OpenFileAsync ( string filePath ) : Task
OpenMapAsync ( string address, Coordinate coordinate ) : Task

Method Details

OpenFileAsync() public method

public OpenFileAsync ( string filePath ) : Task
filePath string
return Task

OpenMapAsync() public method

public OpenMapAsync ( string address, Coordinate coordinate ) : Task
address string
coordinate Coordinate
return Task