C# Class PocketCampus.Common.LauncherEx

Advanced version of Launcher that supports in-app protocol registration.
ファイルを表示 Open project: accandme/pocketcampus

Public Methods

Method 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 method

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

RegisterProtocol() public static method

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