BaseApplicationCall

abstract class BaseApplicationCall(application: <ERROR CLASS>)

Base class for implementing an ApplicationCall.

Constructors

Link copied to clipboard
fun BaseApplicationCall(application: <ERROR CLASS>)

Properties

Link copied to clipboard
val application: <ERROR CLASS>
Link copied to clipboard
val attributes: <ERROR CLASS>
Link copied to clipboard
open val parameters: <ERROR CLASS>
Link copied to clipboard
abstract val request: BaseApplicationRequest
Link copied to clipboard
abstract val response: BaseApplicationResponse