lib
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
lib
lib
/
at.bitfire.synctools.vcard
/
VCardGenerator
VCard
Generator
class
VCardGenerator
(
targetVersion
:
VCardVersion
,
includeTrailingSemicolons
:
Boolean
)
Members
Constructors
VCard
Generator
Link copied to clipboard
constructor
(
targetVersion
:
VCardVersion
,
includeTrailingSemicolons
:
Boolean
)
Functions
write
Link copied to clipboard
fun
write
(
vCard
:
VCard
,
@
WillNotClose
to
:
Writer
)
Writes a
VCard
to the specified
Writer
with custom configuration.