ContactsPickerParams

data class ContactsPickerParams(var title: String?, var funcType: Int?, var singleMode: Boolean?, var selectedThirdUids: Array<String>?, var defaultThirdUids: Array<String>?, var maxSelectCount: Int? = 400, var okButtonText: Int?, var showRecent: Boolean?, var recentChatType: Int?, var requestCode: Int, var syncMessageType: Int? = KIMISdkContactsService.SYNC_MESSAGE_NOT) : Parcelable

Constructors

Link copied to clipboard
constructor(parcel: Parcel)
constructor(title: String?, funcType: Int?, singleMode: Boolean?, selectedThirdUids: Array<String>?, defaultThirdUids: Array<String>?, maxSelectCount: Int? = 400, okButtonText: Int?, showRecent: Boolean?, recentChatType: Int?, requestCode: Int, syncMessageType: Int? = KIMISdkContactsService.SYNC_MESSAGE_NOT)

Types

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun describeContents(): Int
Link copied to clipboard
open override fun writeToParcel(parcel: Parcel, flags: Int)