C# Class MediaAppSample.Core.ViewModels.WelcomeViewModel

Inheritance: ViewModelBase
Afficher le fichier Open project: Microsoft/TVHelpers

Méthodes publiques

Méthode Description
Dispose ( ) : void
WelcomeViewModel ( ) : MediaAppSample.Core.Commands

Méthodes protégées

Méthode Description
OnLoadStateAsync ( LoadStateEventArgs e, bool isFirstRun ) : Task

Private Methods

Méthode Description
LaunchWebAccountManager ( ) : Task

Launches the WebAccountManager (WAM)

WAM_Failed ( Services pi, WebTokenRequestResult result ) : void

Flow to perform on any failures from the WAM popup

WAM_Success ( Services pi, Services info, WebTokenRequestResult result ) : void

Flow to perform on successful pick of an account from the WAM popup

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

OnLoadStateAsync() protected méthode

protected OnLoadStateAsync ( LoadStateEventArgs e, bool isFirstRun ) : Task
e LoadStateEventArgs
isFirstRun bool
Résultat Task

WelcomeViewModel() public méthode

public WelcomeViewModel ( ) : MediaAppSample.Core.Commands
Résultat MediaAppSample.Core.Commands