Proxy

interface Proxy<out P, out V : View>

Parameters

P

The Proxy implementation itself.

V

The View type that is being proxied.

Properties

proxy
Link copied to clipboard
abstract val proxy: P
view
Link copied to clipboard
abstract val view: V

Inheritors

BaseProxy
Link copied to clipboard