capabilityToString

open fun capabilityToString(capability: Int): String(source)

Returns the string representation of a capability. For example, CAPABILITY_CAN_RETRIEVE_WINDOW_CONTENT is represented by the string CAPABILITY_CAN_RETRIEVE_WINDOW_CONTENT.

Return

The string representation.

Parameters

capability

The capability.