C# Class PocketCampus.Common.LauncherEx

Advanced version of Launcher that supports in-app protocol registration.
Afficher le fichier Open project: accandme/pocketcampus

Méthodes publiques

Méthode Description
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..

Method Details

Launch() public static méthode

Launches an URI, delegating to the app or the system as needed.
public static Launch ( string uri ) : void
uri string
Résultat void

RegisterProtocol() public static méthode

Registers the specified protocol handler..
public static RegisterProtocol ( string protocolName, Action action ) : void
protocolName string
action Action
Résultat void