openpss / com.hendraanggrian.openpss.ui.customer / AddContactAction

AddContactAction

class AddContactAction : Action<Unit>

Constructors

<init>

AddContactAction(context: Context, customer: Customer, contact: Contact)

Properties

contact

val contact: Contact

customer

val customer: Customer

log

val log: String

Inherited Properties

resourceBundle

open val resourceBundle: ResourceBundle

Functions

handle

fun SessionWrapper.handle(): Unit

Inherited Functions

invoke

operator fun invoke(block: SessionWrapper.(T) -> Unit): Unit