Logout button for and Android App generated from Genexus for Smart Devices

857 views Asked by At

I'm working in a survey app in Genexus por Smart devices and I need to add a logout button. I've been trying with SDActions.Logout() but when I build the solution apperas an error saying that this method is not implemented in Android.

I'm using Genexus Evolution 3 Update 2.

How could I do this?

1

There are 1 answers

1
matiash On BEST ANSWER

Where are you calling SDActions.Logout()?

As currently implemented, it's supported in SDPanel or Dashboard user events, but not in Procedures or standard events such as Start, Refresh, or Load.

The error you quote would seem to suggest that is the cause of the problem. If not, I'd ask to please add more information (such as the exact error message and/or build output).