Forum Post: Integrating with PubNub

  • Thread starter Thread starter oedev
  • Start date Start date
Status
Not open for further replies.
O

oedev

Guest
Hi, I'm looking at integrating our Openedge 10.2B application with PubNub (www.pubnub.com). PubNub provides a number of SDK's (http://www.pubnub.com/developers/), unsurprisingly there is nothing for Openedge. I'm trying to convert a C# example to Openedge, but cannot work out how to implement a call to the following method; METHOD PUBLIC FINAL logical Publish (channel AS character, message AS CLASS System.Object, userCallback AS CLASS "System.Action System.Object ", errorCallback AS CLASS "System.Action PubNubMessaging.Core.PubnubClientError ") Fine with channel and message. However, the how do I implement the 2 callback methods ? Tried putting method names in their place but that does not work. Thanks!

Continue reading...
 
Status
Not open for further replies.
Back
Top