C# Class MediaAppSample.Core.Services.JumplistManager

Base class providing access to the application currently executing specific to the platform this app is executing on.
Inheritance: ServiceBase, IServiceSignout
Mostrar archivo Open project: Microsoft/TVHelpers

Public Methods

Method Description
AddItemAsync ( JumpItemInfo info ) : System.Threading.Tasks.Task

Adds an item to the app's jump list.

ClearAsync ( ) : System.Threading.Tasks.Task

Clears all items from the jump list.

SignoutAsync ( ) : System.Threading.Tasks.Task

Clear out any jump list items on user signout to protect user senstive data.

Private Methods

Method Description
JumplistManager ( ) : MediaAppSample.Core.Commands

Method Details

AddItemAsync() public method

Adds an item to the app's jump list.
public AddItemAsync ( JumpItemInfo info ) : System.Threading.Tasks.Task
info JumpItemInfo
return System.Threading.Tasks.Task

ClearAsync() public method

Clears all items from the jump list.
public ClearAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

SignoutAsync() public method

Clear out any jump list items on user signout to protect user senstive data.
public SignoutAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task