registerForRequestTimedOut

abstract fun registerForRequestTimedOut(callback: Runnable?)

Registers a callback which triggers once the request's timeout has exceeded.

If the request has no timeout the callback will never be called.

Parameters

callback

The Runnable to handle the callback. This value may be null.