KVServiceMgr

interface KVServiceMgr<T : Any>

Base interface for multiplatform service manager.

Functions

getCall
Link copied to clipboard
common
open fun getCall(function: Function<*>): <ERROR CLASS><String, HttpMethod>?
requireCall
Link copied to clipboard
common
open fun requireCall(function: Function<*>): <ERROR CLASS><String, HttpMethod>

Inheritors

KVServiceManager
Link copied to clipboard