Author Message
test_123
Joined: Nov 6, 2017
Messages: 17
Offline
Hi All,

Currently I am developing custom Equinox application for Android and Windows. I'm facing the issue regarding the presence and self-notes , i use the code bellow

presenceService_c = SDKManager.getInstance(getActivity()).getUser().getPresenceService();
String my_note = "Hy , good morning";
presenceService_c.getSelfPresence().setNote(my_note);
presenceService_c.getSelfPresence().setManualState(PresenceState.AVAILABLE);

but there is no change whatsoever to my presence and note
is there an error in my code?

Regards,

Andi
Artem.Tsarev
Joined: Jul 13, 2016
Messages: 48
Offline
Please make sure to call setSupportedOptions on your Presence object.
test_123
Joined: Nov 6, 2017
Messages: 17
Offline
Thank you Artem.Tsarev .. it's work

Go to:   
Mobile view