Neel Karn

Results 1 comments of Neel Karn

I am not getting real time info on ride request button: Find below my code : SessionConfiguration configuration = new SessionConfiguration.Builder() .setRedirectUri(Constants.REDIRECT_URI) .setClientId(Constants.UBER_CLIENT_ID) .setServerToken(Constants.UBER_SERVER_TOKEN) .build(); UberSdk.initialize(configuration); ServerTokenSession session = new...