beacon
/
com.helpscout.beacon.model
/
BeaconUser
Beacon
User
data class
BeaconUser
(email:
String
, name:
String
?, company:
String
?, jobTitle:
String
?, avatar:
String
?, attributes:
Map
<
String
,
String
>)
Content copied to clipboard
Properties
Properties
attributes
Link copied to clipboard
val
attributes
:
Map
<
String
,
String
>
Content copied to clipboard
avatar
Link copied to clipboard
val
avatar
:
String
? = null
Content copied to clipboard
company
Link copied to clipboard
val
company
:
String
? = null
Content copied to clipboard
email
Link copied to clipboard
val
email
:
String
Content copied to clipboard
jobTitle
Link copied to clipboard
val
jobTitle
:
String
? = null
Content copied to clipboard
name
Link copied to clipboard
val
name
:
String
? = null
Content copied to clipboard