KVServiceMgr

interface KVServiceMgr<T : Any>

Base interface for multiplatform service manager.

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
getCall
Link copied to clipboard
common
open fun getCall(function: Function<*>): Pair<String, HttpMethod>?
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
requireCall
Link copied to clipboard
common
open fun requireCall(function: Function<*>): Pair<String, HttpMethod>
toString
Link copied to clipboard
common
open fun toString(): String

Inheritors

KVServiceManagerJs
Link copied to clipboard