C# 클래스 Zazzles.Notification

파일 보기 프로젝트 열기: FOGProject/zazzles

공개 메소드들

메소드 설명
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

메소드 상세

Emit() 공개 정적인 메소드

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

Emit() 공개 정적인 메소드

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

ToJSON() 공개 정적인 메소드

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