lib
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
lib
lib
/
at.bitfire.vcard4android.contactrow
/
EmailBuilder
Email
Builder
class
EmailBuilder
(
val
dataRowUri
:
Uri
,
val
rawContactId
:
Long
?
,
val
contact
:
Contact
,
val
readOnly
:
Boolean
)
:
DataRowBuilder
Members
Constructors
Email
Builder
Link copied to clipboard
constructor
(
dataRowUri
:
Uri
,
rawContactId
:
Long
?
,
contact
:
Contact
,
readOnly
:
Boolean
)
Types
Factory
Link copied to clipboard
object
Factory
:
DataRowBuilder.Factory
<
EmailBuilder
>
Properties
contact
Link copied to clipboard
val
contact
:
Contact
data
Row
Uri
Link copied to clipboard
val
dataRowUri
:
Uri
mime
Type
Link copied to clipboard
val
mimeType
:
String
raw
Contact
Id
Link copied to clipboard
val
rawContactId
:
Long
?
read
Only
Link copied to clipboard
val
readOnly
:
Boolean
Functions
build
Link copied to clipboard
open
override
fun
build
(
)
:
List
<
BatchOperation.CpoBuilder
>