Hi,
Is there anyway i can perform like the following statements in MOE ? look like there’s no android.accounts implemented.
Thanks
Ivan
AccountManager am = AccountManager.get(this);
am.getAuthToken
Hi,
Is there anyway i can perform like the following statements in MOE ? look like there’s no android.accounts implemented.
Thanks
Ivan
AccountManager am = AccountManager.get(this);
am.getAuthToken
This API has no direct counterpart on iOS. You could use the same strategy I outlined in this answer, and define an interface that hides the implementation on Android and iOS:
Thanks, Gergely
Best Regards,
Ivan