C# Class PocketCampus.Authentication.Plugin

The authentication plugin.
Inheritance: IPlugin
Show file Open project: accandme/pocketcampus

Public Methods

Method Description
Initialize ( INavigationService navigationService ) : void

Initializes the plugin.

NavigateTo ( INavigationService navigationService ) : void

Does nothing; this plugin cannot be navigated to.

NavigateTo ( string destination, string>.IDictionary parameters, INavigationService navigationService ) : void

Does nothing; this plugin does not handle navigation from external sources.

Method Details

Initialize() public method

Initializes the plugin.
public Initialize ( INavigationService navigationService ) : void
navigationService INavigationService
return void

NavigateTo() public method

Does nothing; this plugin cannot be navigated to.
public NavigateTo ( INavigationService navigationService ) : void
navigationService INavigationService
return void

NavigateTo() public method

Does nothing; this plugin does not handle navigation from external sources.
public NavigateTo ( string destination, string>.IDictionary parameters, INavigationService navigationService ) : void
destination string
parameters string>.IDictionary
navigationService INavigationService
return void