C# Class Zazzles.Notification

Afficher le fichier Open project: FOGProject/zazzles

Méthodes publiques

Méthode Description
Emit ( Newtonsoft.Json.Linq.JObject data, bool onGoing = false, bool global = true ) : void
Emit ( string title, string message, bool onGoing = false, bool global = true ) : void
ToJSON ( string title, string message ) : Newtonsoft.Json.Linq.JObject

Method Details

Emit() public static méthode

public static Emit ( Newtonsoft.Json.Linq.JObject data, bool onGoing = false, bool global = true ) : void
data Newtonsoft.Json.Linq.JObject
onGoing bool
global bool
Résultat void

Emit() public static méthode

public static Emit ( string title, string message, bool onGoing = false, bool global = true ) : void
title string
message string
onGoing bool
global bool
Résultat void

ToJSON() public static méthode

public static ToJSON ( string title, string message ) : Newtonsoft.Json.Linq.JObject
title string
message string
Résultat Newtonsoft.Json.Linq.JObject