We have noticed that the method
CloverAuth.authenticate(Context, Account);
Has been deprecated. Any reason for this? Also what is the correct auth method that we are supposed to use now at targetSdkVersion = 25?
We have noticed that the method
CloverAuth.authenticate(Context, Account);
Has been deprecated. Any reason for this? Also what is the correct auth method that we are supposed to use now at targetSdkVersion = 25?
Your IDE should highlight the recommended functions/method.
Just do the following:
CloverAuth.authenticate(Context);
2 People are following this question.