C# Class Zazzles.Notification

Datei anzeigen Open project: FOGProject/zazzles

Public Methods

Method 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 method

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

Emit() public static method

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

ToJSON() public static method

public static ToJSON ( string title, string message ) : Newtonsoft.Json.Linq.JObject
title string
message string
return Newtonsoft.Json.Linq.JObject