How to change Default Time out to get an Agent URL?

Hello Guys,
I just want to change Time out limit. I want, After Blinkup my Android Device waits for just 15 seconds to get response from device.After 15 seconds it calls onTimeout method.
Right now I’m using TokenStatusCallBack method with onSuccess, onError and onTimeout, these are overridden methods.
Its taking too much time to get an Agent URL.
Please help me, provide some sample code.

I just got my answer,
private BlinkupController blinkup;
blinkup.getTokenStatus(callback, 15000);

Previously i was calling getTokenStatus method without time. :slight_smile:
How fool i was :stuck_out_tongue: