C# Class Hanasu.SystemControllers.NotificationsController

Afficher le fichier Open project: Amrykid/Hanasu

Méthodes publiques

Méthode Description
ClearTile ( ) : void
SendTileUpdate ( string text, string imgurl = "" ) : void
SendToast ( string txt, string imgurl = "" ) : void

Private Methods

Méthode Description
NotificationsController ( ) : System

Method Details

ClearTile() public static méthode

public static ClearTile ( ) : void
Résultat void

SendTileUpdate() public static méthode

public static SendTileUpdate ( string text, string imgurl = "" ) : void
text string
imgurl string
Résultat void

SendToast() public static méthode

public static SendToast ( string txt, string imgurl = "" ) : void
txt string
imgurl string
Résultat void