socket.io-android-chat
socket.io-android-chat copied to clipboard
how to get socket id?
how to get the socket id of android devices
mSocket.on(com.github.nkzawa.socketio.client.Socket.EVENT_CONNECT, new Emitter.Listener() { @Override public void call(Object... args) { Log.e("Dev", "Connected"); Log.e("ID", "Connected : " + mSocket.id());
}
});