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".
コード例 #1
0
 /// <summary>
 /// Disconnect from the GAE Channel.
 /// </summary>
 public void disconnect()
 {
     if (channelClient != null)
     {
         channelClient.close();
         channelClient = null;
     }
 }
コード例 #2
0
 public WebViewClientAnonymousInnerClassHelper(GAEChannelClient outerInstance)
 {
     this.outerInstance = outerInstance;
 }
コード例 #3
0
 public WebViewClientAnonymousInnerClassHelper(GAEChannelClient outerInstance)
 {
     this.outerInstance = outerInstance;
 }