C# Class X.CoreLib.Shared.Services.TileService

Show file Open project: liquidboy/X

Public Methods

Method Description
CreateSecondaryTile ( Rect confirmationRectShownAt, TileType type, string shortName, string displayName ) : Task
CreateSecondaryTile ( Rect confirmationRectShownAt, TileType type, string shortName, string displayName, string tileIdToUse ) : Task
GetElementRect ( FrameworkElement element ) : Rect
Init ( ) : void
Start ( ) : void
Stop ( ) : void
Unload ( ) : void

Private Methods

Method Description
TileService ( ) : System

Method Details

CreateSecondaryTile() public static method

public static CreateSecondaryTile ( Rect confirmationRectShownAt, TileType type, string shortName, string displayName ) : Task
confirmationRectShownAt Windows.Foundation.Rect
type TileType
shortName string
displayName string
return Task

CreateSecondaryTile() public static method

public static CreateSecondaryTile ( Rect confirmationRectShownAt, TileType type, string shortName, string displayName, string tileIdToUse ) : Task
confirmationRectShownAt Windows.Foundation.Rect
type TileType
shortName string
displayName string
tileIdToUse string
return Task

GetElementRect() public static method

public static GetElementRect ( FrameworkElement element ) : Rect
element Windows.UI.Xaml.FrameworkElement
return Windows.Foundation.Rect

Init() public static method

public static Init ( ) : void
return void

Start() public static method

public static Start ( ) : void
return void

Stop() public static method

public static Stop ( ) : void
return void

Unload() public static method

public static Unload ( ) : void
return void