-
Notifications
You must be signed in to change notification settings - Fork 3
Home
SignalGo edited this page Sep 8, 2016
·
1 revision
Welcome to the client-java wiki!
connector.registerService(apiManagerInvoke); // 1-pre register your services for all methods that you call from server or server calls yours
connector.initForCallback(apiManagerEmit);// goto 1
connector.onSocketChangeListener(socketChangeListener); //set socket change listener to notify socket changes
connector.connectAsync(Constants.SERVER_URL); //connect Async to server