C# Class PocketCampus.Authentication.Plugin

The authentication plugin.
Inheritance: IPlugin
Afficher le fichier Open project: accandme/pocketcampus

Méthodes publiques

Méthode 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 méthode

Initializes the plugin.
public Initialize ( INavigationService navigationService ) : void
navigationService INavigationService
Résultat void

NavigateTo() public méthode

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

NavigateTo() public méthode

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
Résultat void