C# 클래스 Appspotdemo.Mono.Droid.GAEChannelClient

Java-land version of Google AppEngine's JavaScript Channel API: https://developers.google.com/appengine/docs/python/channel/javascript Requires a hosted HTML page that opens the desired channel and dispatches JS on{Open,Message,Close,Error}() events to a global object named "androidMessageHandler".
파일 보기 프로젝트 열기: kenneththorman/appspotdemo-mono 1 사용 예제들

공개 메소드들

메소드 설명
GAEChannelClient ( Android.App.Activity activity, string token, MessageHandler handler ) : Android.App

Asynchronously open an AppEngine channel.

close ( ) : void

Close the connection to the AppEngine channel.

메소드 상세

GAEChannelClient() 공개 메소드

Asynchronously open an AppEngine channel.
public GAEChannelClient ( Android.App.Activity activity, string token, MessageHandler handler ) : Android.App
activity Android.App.Activity
token string
handler MessageHandler
리턴 Android.App

close() 공개 메소드

Close the connection to the AppEngine channel.
public close ( ) : void
리턴 void