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
getCalls
Link copied to clipboard
common
open fun getCalls(): Map<String, Pair<String, HttpMethod>>
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String