C# Class MediaAppSample.Core.Services.AppInfoProvider

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

Public Methods

Method Description
AppInfoProvider ( ) : System
GetDeepLink ( string>.Dictionary arguments = null ) : string

Creates a deep link to your application with the specified arguments.

GetDeepLink ( string arguments ) : string

Creates a deep link to your application with the specified arguments.

Method Details

AppInfoProvider() public method

public AppInfoProvider ( ) : System
return System

GetDeepLink() public method

Creates a deep link to your application with the specified arguments.
public GetDeepLink ( string>.Dictionary arguments = null ) : string
arguments string>.Dictionary Dictionary of different parameters to create a query string for the arguments.
return string

GetDeepLink() public method

Creates a deep link to your application with the specified arguments.
public GetDeepLink ( string arguments ) : string
arguments string String representation of the arguments.
return string