Question

I found ways to set UUID in java,ios but can't find a way to setUUID in GWT api (com.pubnub.gwt.api.client.Pubnub)

Was it helpful?

Solution

Please try using pubnub gwt jar available here

https://github.com/pubnub/java/raw/gwt-uuid/gwt/3.3/api/PubnubGwt.jar

The uuid you want to set can be passed to init method . Sample usage here

https://github.com/pubnub/java/blob/gwt-uuid/gwt/3.3/examples/PubnubExample/src/com/pubnub/gwt/examples/client/PubnubExample.java#L101

'gwt-test-uuid' is the custom uuid in this case

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top