Cloudike Android Libraries
Toggle table of contents
6.0.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Cloudike Android Libraries
Contacts Library
/
com.cloudike.sdk.contacts.blacklist
/
AccountItem
Account
Item
data
class
AccountItem
(
val
id
:
String
,
val
type
:
String
,
val
name
:
String
,
val
contactCount
:
Int
,
val
isEnabled
:
Boolean
)
Members
Constructors
Account
Item
Link copied to clipboard
constructor
(
id
:
String
,
type
:
String
,
name
:
String
,
contactCount
:
Int
,
isEnabled
:
Boolean
)
Properties
contact
Count
Link copied to clipboard
val
contactCount
:
Int
id
Link copied to clipboard
val
id
:
String
is
Enabled
Link copied to clipboard
val
isEnabled
:
Boolean
name
Link copied to clipboard
val
name
:
String
type
Link copied to clipboard
val
type
:
String