C# 클래스 PusherAPI, uni-pusher

상속: MonoBehaviour
파일 보기 프로젝트 열기: DifferentMethods/uni-pusher

공개 프로퍼티들

프로퍼티 타입 설명
connectedToPusher bool
pusherKey string
url string

공개 메소드들

메소드 설명
HandleTextMessage ( string message ) : void
Send ( object msg ) : void
Send ( string channel, string eventName, Hashtable data ) : void
Subscribe ( string channel, System handler ) : void
UnSubscribe ( string channel ) : void

비공개 메소드들

메소드 설명
AuthenticationString ( string channel ) : string
CreateEvent ( string name, Hashtable properties = null ) : Hashtable
PropertyList ( ) : Hashtable
Start ( ) : IEnumerator

메소드 상세

HandleTextMessage() 공개 메소드

public HandleTextMessage ( string message ) : void
message string
리턴 void

Send() 공개 메소드

public Send ( object msg ) : void
msg object
리턴 void

Send() 공개 메소드

public Send ( string channel, string eventName, Hashtable data ) : void
channel string
eventName string
data Hashtable
리턴 void

Subscribe() 공개 메소드

public Subscribe ( string channel, System handler ) : void
channel string
handler System
리턴 void

UnSubscribe() 공개 메소드

public UnSubscribe ( string channel ) : void
channel string
리턴 void

프로퍼티 상세

connectedToPusher 공개적으로 프로퍼티

public bool connectedToPusher
리턴 bool

pusherKey 공개적으로 프로퍼티

public string pusherKey
리턴 string

url 공개적으로 프로퍼티

public string url
리턴 string