ContactGroup

data class ContactGroup(val group: String, val count: Int) : ContactsDataSourceElement

Represents a contacts group, where group is the key, and count is the number of items with that group as the key.

Constructors

Link copied to clipboard
fun ContactGroup(group: String, count: Int)

Properties

Link copied to clipboard
val count: Int
Link copied to clipboard
val group: String

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)