| ILauncherService Interface |
Namespace: Cimbalino.Toolkit.Services
public interface ILauncherService
The ILauncherService type exposes the following members.
| Name | Description | |
|---|---|---|
| FindFileHandlersAsync |
Enumerate the file handlers on the device.
| |
| FindUriSchemeHandlersAsync |
Enumerate the scheme handlers on the device.
| |
| LaunchFileAsync |
Starts the default app associated with the specified file.
| |
| LaunchUriAsync(String) |
Starts the default app associated with the URI scheme name for the specified Uri.
| |
| LaunchUriAsync(Uri) |
Starts the default app associated with the URI scheme name for the specified Uri.
|