Android Question Auth TokenAvailable Issue

hanyelmehy

Active Member
Licensed User
Longtime User
Auth_TokenAvailable fire twice when call auth.GetUserTokenId(User, False) ,any idea ??
 

hanyelmehy

Active Member
Licensed User
Longtime User
I wasn't able to reproduce it. Make sure that you are not calling GetUserTokenId multiple times.

Anyway it shouldn't be difficult to ignore the second event raised. You can store the last event time in a global long variable and test it when the event is raised.
I call GetUserTokenId just one time , anyway I already uses second solution
Thank you
 
Upvote 0
Top