LauncherExtensions Class

Definition

Static class with extension methods for the ILauncher APIs.

public ref class LauncherExtensions abstract sealed
public static class LauncherExtensions
type LauncherExtensions = class
Public Module LauncherExtensions
Inheritance
LauncherExtensions

Methods

CanOpenAsync(ILauncher, String)

Queries if the device supports opening the given URI scheme.

OpenAsync(ILauncher, String)

Opens the app specified by the URI scheme.

TryOpenAsync(ILauncher, String)

First checks if the provided URI is supported, then opens the app specified by the URI.

Applies to