I try to build an android application to integrate with podio and get details from my podio account. while using the code
Podio.client.authenticateWithUserCredentials(usr, pwd)
withResultListener(new ResultListener<Session>() {
@Override
public boolean onRequestPerformed(Session session) {
// Yeay!
return false;
}
});
it shows the compile time error such as
"The method withResultListener(new ResultListener(){}) is undefined for the type "