Package-level declarations

Package containing the vCard-DSL to create a VCard in a clean and easy way.

Types

Link copied to clipboard
class PROPERTY<P : Property<*>>(val property: P)
Link copied to clipboard
class VCARD(formattedName: String? = null)

Properties

Link copied to clipboard

property that returns an empty vCard.

Functions

Link copied to clipboard
fun vCard(formattedName: String? = null, init: VCARD.() -> Unit = {}): VCard

Function that creates a vCard.