AccessControlData

This interface provides the callback and more information about the AccessControl.

Properties

Link copied to clipboard
abstract val accessType: AccessType
Link copied to clipboard
Link copied to clipboard
abstract val remainingTimeout: Long

Functions

Link copied to clipboard
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.