C# Class Pureisuteshon.Notifications.NotifyStatusTile

Exibir arquivo Open project: drasticactions/Pureisuteshon-App

Public Methods

Method Description
ClearCurrentTiles ( ) : void
CreateRecentActvityLiveTile ( PlayStation_App.Models.RecentActivity.Feed feed ) : void
CreateToastNotification ( string header, string text ) : void
IsInternet ( ) : bool

Method Details

ClearCurrentTiles() public static method

public static ClearCurrentTiles ( ) : void
return void

CreateRecentActvityLiveTile() public static method

public static CreateRecentActvityLiveTile ( PlayStation_App.Models.RecentActivity.Feed feed ) : void
feed PlayStation_App.Models.RecentActivity.Feed
return void

CreateToastNotification() public static method

public static CreateToastNotification ( string header, string text ) : void
header string
text string
return void

IsInternet() public static method

public static IsInternet ( ) : bool
return bool