ProxyObjectManager

object ProxyObjectManager

Types

CityLinkListener
Link copied to clipboard
interface CityLinkListener : NativeMethodsReceiver.NativeListener
IncidentLinkListener
Link copied to clipboard
interface IncidentLinkListener : NativeMethodsReceiver.NativeListener
PlaceLinkListener
Link copied to clipboard
interface PlaceLinkListener : NativeMethodsReceiver.NativeListener

Functions

loadCityLink
Link copied to clipboard
fun loadCityLink(proxyCity: ProxyCity, listener: ProxyObjectManager.CityLinkListener, executor: Executor? = null)
loadIncidentLink
Link copied to clipboard
fun loadIncidentLink(proxyIncident: ProxyIncident, listener: ProxyObjectManager.IncidentLinkListener, executor: Executor? = null)
loadPlaceLink
Link copied to clipboard
fun loadPlaceLink(proxyPlace: ProxyPlace, listener: ProxyObjectManager.PlaceLinkListener, executor: Executor? = null)