C# Класс PocketCampus.Common.LauncherEx

Advanced version of Launcher that supports in-app protocol registration.
Показать файл Открыть проект

Открытые методы

Метод Описание
Launch ( string uri ) : void

Launches an URI, delegating to the app or the system as needed.

RegisterProtocol ( string protocolName, Action action ) : void

Registers the specified protocol handler..

Описание методов

Launch() публичный статический Метод

Launches an URI, delegating to the app or the system as needed.
public static Launch ( string uri ) : void
uri string
Результат void

RegisterProtocol() публичный статический Метод

Registers the specified protocol handler..
public static RegisterProtocol ( string protocolName, Action action ) : void
protocolName string
action Action
Результат void