C# Class Hanasu.SystemControllers.NotificationsController

显示文件 Open project: Amrykid/Hanasu

Public Methods

Method Description
ClearTile ( ) : void
SendTileUpdate ( string text, string imgurl = "" ) : void
SendToast ( string txt, string imgurl = "" ) : void

Private Methods

Method Description
NotificationsController ( ) : System

Method Details

ClearTile() public static method

public static ClearTile ( ) : void
return void

SendTileUpdate() public static method

public static SendTileUpdate ( string text, string imgurl = "" ) : void
text string
imgurl string
return void

SendToast() public static method

public static SendToast ( string txt, string imgurl = "" ) : void
txt string
imgurl string
return void